branch: externals/denote
commit 91920b93564950d59b1566370620f2776a5ff53e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Autoload 'org-link-set-parameters', not declare it
---
 denote-link.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-link.el b/denote-link.el
index efc7257f15..6f7b75885c 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -487,7 +487,7 @@ inserts links with just the identifier."
 
 ;;;; Register `denote:' custom Org hyperlink
 
-(declare-function org-link-set-parameters "ol.el" (type &rest parameters))
+(autoload 'org-link-set-parameters "ol.el")
 
 (org-link-set-parameters
  "denote"

Reply via email to