Explorar o código

org-attach: Fix byte-comp function warning

* (org-attach.el): Declare function for byte compiler.
Nicholas Vollmer %!s(int64=3) %!d(string=hai) anos
pai
achega
4d1a77aec6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org-attach.el

+ 1 - 0
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" ())