]> git.eshelyaron.com Git - emacs.git/commit
Fix an oversight in advice.el
authorMichael Heerdegen <michael_heerdegen@web.de>
Wed, 18 Jan 2023 11:32:05 +0000 (12:32 +0100)
committerMichael Heerdegen <michael_heerdegen@web.de>
Thu, 19 Jan 2023 15:31:50 +0000 (16:31 +0100)
commit03a8d132b0e0fe318cc37381a67c1f9a8e82eab3
treee0bfb58bd8d23ecc78071e71bfaaa50b0bb807bd
parent9161a302c9f9fbfa1a8f33181bb332d2c5df3aa7
Fix an oversight in advice.el

This fixes an oversight from 77c3c464a16: "* lisp/emacs-lisp/advice.el
(ad-advised-functions): Make it a plain list" that caused an issue as
reported in Bug#60893.

* lisp/emacs-lisp/advice.el (ad-read-advised-function): Adjust to
handle the new type of elements of `ad-advised-functions'.
lisp/emacs-lisp/advice.el