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

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

[elpa] externals/denote 5540af8ccf 11/12: Remote unnecessary (?) autoloa


From: ELPA Syncer
Subject: [elpa] externals/denote 5540af8ccf 11/12: Remote unnecessary (?) autoload cookie
Date: Thu, 10 Nov 2022 14:57:32 -0500 (EST)

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

    Remote unnecessary (?) autoload cookie
    
    I am not sure from where this function will be called.  Is there a
    chance that is is used without a 'require' call to denote-org.el?
---
 denote-org.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/denote-org.el b/denote-org.el
index 4240556f0c..337d41dd22 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -150,7 +150,6 @@ This command deletes the original subtree."
 
 (org-dynamic-block-define "denote-backlinks" 
'denote-org-dblock-insert-backlinks)
 
-;;;###autoload
 (defun denote-org-dblock-write-backlinks (params)
   (when-let* ((file (buffer-file-name))
               (id (denote-retrieve-filename-identifier file))



reply via email to

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