ソースを参照

org-attach: Fix byte-comp function warning

* (org-attach.el): Declare function for byte compiler.
Nicholas Vollmer 3 年 前
コミット
4d1a77aec6
1 ファイル変更1 行追加0 行削除
  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" ())