]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/footnote.el (footnote--local-advice): Add missing comma.
authorNoam Postavsky <npostavs@gmail.com>
Fri, 26 Jul 2019 12:47:39 +0000 (08:47 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 26 Jul 2019 12:47:39 +0000 (08:47 -0400)
lisp/mail/footnote.el

index 202e55280606c94ba9baee84ae8cb0a2f8ed8cbb..fc74122ecd243a8fe7ea20c6e2bcf771e12622a1 100644 (file)
@@ -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))))