projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e986ba1
)
* lisp/mail/footnote.el (footnote--local-advice): Add missing comma.
author
Noam Postavsky
<npostavs@gmail.com>
Fri, 26 Jul 2019 12:47:39 +0000
(08:47 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Fri, 26 Jul 2019 12:47:39 +0000
(08:47 -0400)
lisp/mail/footnote.el
patch
|
blob
|
history
diff --git
a/lisp/mail/footnote.el
b/lisp/mail/footnote.el
index 202e55280606c94ba9baee84ae8cb0a2f8ed8cbb..fc74122ecd243a8fe7ea20c6e2bcf771e12622a1 100644
(file)
--- 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))))