org-attach: Fix byte-comp function warning

* (org-attach.el): Declare function for byte compiler.
This commit is contained in:
Nicholas Vollmer 2021-09-25 15:05:08 -04:00 committed by Bastien
parent 74a5af619c
commit 4d1a77aec6
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
(require 'org-id)
(declare-function dired-dwim-target-directory "dired-aux")
(declare-function dired-get-marked-files "dired" (&optional localp arg filter distinguish-one-marked error))
(declare-function org-element-property "org-element" (property element))
(declare-function org-element-type "org-element" (element))
(declare-function org-inlinetask-goto-beginning "org-inlinetask" ())