]> git.eshelyaron.com Git - emacs.git/commit
Fix bookmark support for Help functions in native-compilation builds
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2022 08:11:47 +0000 (11:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2022 08:11:47 +0000 (11:11 +0300)
commit7263631dca6145354e994d84c9ff3e09c450739b
treea40ba7382b95ab7d19abf4d5710709063284f9df
parentba7a75e052bfd24e99b79bbb161b2b0a99e7cce2
Fix bookmark support for Help functions in native-compilation builds

* lisp/help.el (describe-key--helper, describe-function--helper):
New helper functions.
(describe-key): Call 'describe-key--helper' instead of a
lambda-function.
* lisp/help-fns.el (describe-function): Call
'describe-function--helper' instead of a lambda-function.
(Bug#56643)
lisp/help-fns.el
lisp/help.el