mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
* lisp/mail/footnote.el (footnote--local-advice): Add missing comma.
This commit is contained in:
parent
e986ba1968
commit
6778dbdaae
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue