]> 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)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2024 16:44:47 +0000 (18:44 +0200)
commit16162e0645d959d824d97e3f9908e46d401e8028
tree94032c8ce2d4045c7ae914a18bdefcbdfeeaa50a
parent6184e120c0e1b52d9bbf359131dd8da35654cea1
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.
doc/lispref/functions.texi
etc/NEWS
lisp/emacs-lisp/nadvice.el