branch: elpa/org-auto-tangle
commit ade8d90ecfeda44667d8bafe9178ec0ea803bc77
Author: lispy-dobby <[email protected]>
Commit: GitHub <[email protected]>

    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