branch: externals/org
commit 4d1a77aec6db23f44c72c0ff9f40094040eac241
Author: Nicholas Vollmer <[email protected]>
Commit: Bastien <[email protected]>
org-attach: Fix byte-comp function warning
* (org-attach.el): Declare function for byte compiler.
---
lisp/org-attach.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 162a01e..c2d7151 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -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" ())