]> git.eshelyaron.com Git - emacs.git/commit
Follow aliases for `interactive-only` declarations
authorMattias Engdegård <mattiase@acm.org>
Tue, 21 Feb 2023 10:46:14 +0000 (11:46 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 21 Feb 2023 11:32:48 +0000 (12:32 +0100)
commit7a59f20a4e5aefb8bd007275efbcf4e658d77ac0
tree41120d641eff76e6d80ccb6df8735d04a3ca3a7d
parent68c972cba1af0f0b1572ef41bdd6010fbd1ea726
Follow aliases for `interactive-only` declarations

Make `interactive-only` declarations apply to aliases of the same
function as well since this quality isn't in the name but in what
the function does.

* lisp/emacs-lisp/bytecomp.el (byte-compile-form):
* lisp/help-fns.el (help-fns--interactive-only):
Follow aliases when retrieving the `interactive-only` property.
lisp/emacs-lisp/bytecomp.el
lisp/help-fns.el