emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 6778dbd: * lisp/mail/footnote.el (footnote--local-a


From: Noam Postavsky
Subject: [Emacs-diffs] master 6778dbd: * lisp/mail/footnote.el (footnote--local-advice): Add missing comma.
Date: Fri, 26 Jul 2019 08:49:41 -0400 (EDT)

branch: master
commit 6778dbdaae048f2d52ddfbb2bdbd7576293485ed
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * lisp/mail/footnote.el (footnote--local-advice): Add missing comma.
---
 lisp/mail/footnote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index 202e552..fc74122 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -868,7 +868,7 @@ advice, and FUNCTION is what'll be added as an :around 
advice."
        ;; nil and `ignore' have the same semantics for adaptive-fill-function,
        ;; but only `ignore' behaves correctly with add/remove-function.
        (setq-local ,variable #'ignore))
-     (remove-function (local ',variable) #'function)
+     (remove-function (local ',variable) #',function)
      (when ,mode
        (add-function :around (local ',variable)
                      #',function))))



reply via email to

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