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

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

[nongnu] elpa/org-auto-tangle 2fd7145e4a 29/56: removed the nil from rem


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle 2fd7145e4a 29/56: removed the nil from remove hook
Date: Mon, 6 Jun 2022 11:58:53 -0400 (EDT)

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

    removed the nil from remove hook
---
 org-auto-tangle.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index ceb2eb7bcf..77b4248359 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -87,7 +87,7 @@
   (if org-auto-tangle-mode
              (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 nil 
'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]