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

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

[elpa] externals/denote 091990d030 325/355: Use 'declare-function' inste


From: ELPA Syncer
Subject: [elpa] externals/denote 091990d030 325/355: Use 'declare-function' instead of 'autoload'
Date: Sun, 26 Jun 2022 23:58:36 -0400 (EDT)

branch: externals/denote
commit 091990d030ba49474795ae60b7464b9bac1b2498
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use 'declare-function' instead of 'autoload'
---
 denote-retrieve.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-retrieve.el b/denote-retrieve.el
index f1724c557e..5fd51ee310 100644
--- a/denote-retrieve.el
+++ b/denote-retrieve.el
@@ -96,7 +96,7 @@ Optional GROUP is a regexp construct for
                       (when (denote--only-note-p f) f))
                     files)))
 
-(autoload 'xref--analyze "xref")
+(declare-function xref--analyze "xref" (xrefs))
 
 (defun denote-retrieve--xrefs (identifier)
   "Return xrefs of IDENTIFIER in variable `denote-directory'.



reply via email to

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