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

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

[nongnu] elpa/org-auto-tangle ade8d90ecf 34/56: changed quotes for funct


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle ade8d90ecf 34/56: changed quotes for functions with a sharp quote
Date: Mon, 6 Jun 2022 11:58:53 -0400 (EDT)

branch: elpa/org-auto-tangle
commit ade8d90ecfeda44667d8bafe9178ec0ea803bc77
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: GitHub <noreply@github.com>

    changed quotes for functions with a sharp quote
---
 org-auto-tangle.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index 3bb00752fc..606ed18359 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -85,9 +85,9 @@
   :lighter " org-a-t"
 
   (if org-auto-tangle-mode
-             (add-hook 'after-save-hook 'org-auto-tangle-tangle-if-tag-exists
+             (add-hook 'after-save-hook #'org-auto-tangle-tangle-if-tag-exists
                        nil 'local)
-    (remove-hook 'after-save-hook 'org-auto-tangle-tangle-if-tag-exists 
'local)))
+    (remove-hook 'after-save-hook #'org-auto-tangle-tangle-if-tag-exists 
'local)))
 
 (provide 'org-auto-tangle)
 



reply via email to

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