emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 4d1a77a 32/85: org-attach: Fix byte-comp function w


From: ELPA Syncer
Subject: [elpa] externals/org 4d1a77a 32/85: org-attach: Fix byte-comp function warning
Date: Mon, 27 Sep 2021 15:57:44 -0400 (EDT)

branch: externals/org
commit 4d1a77aec6db23f44c72c0ff9f40094040eac241
Author: Nicholas Vollmer <iarchivedmywholelife@gmail.com>
Commit: Bastien <bzg@gnu.org>

    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" ())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]