]> git.eshelyaron.com Git - emacs.git/commit
Make 'advice-remove' interactive
authorSteven Allen <steven@stebalien.com>
Fri, 29 Dec 2023 17:53:05 +0000 (09:53 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jan 2024 21:02:46 +0000 (22:02 +0100)
commit6acda7daf2d37c8c37ad13a13437d6d672460548
tree23e4f4fcfeb446b2500d5796f2a489595dc97096
parent18f744a706bd3897d877a1d3288d259160fd22cd
Make 'advice-remove' interactive

`ad-advice-remove' is already interactive, but it doesn't work with
new-style advice.

* lisp/emacs-lisp/nadvice.el (advice-remove): Make it
interactive (Bug#67926).

* doc/lispref/functions.texi (Advising Named Functions): Document that
'advice-remove' is now an interactive command.

(cherry picked from commit 16162e0645d959d824d97e3f9908e46d401e8028)
doc/lispref/functions.texi
etc/NEWS
lisp/emacs-lisp/nadvice.el