Use 'declare-function' instead of 'autoload'

This commit is contained in:
Protesilaos Stavrou 2022-06-22 18:46:21 +03:00
parent 1b5634ba1c
commit 091990d030
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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'.