diff options
author | Noam Postavsky <npostavs@gmail.com> | 2016-10-03 18:49:56 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2016-10-21 22:39:37 -0400 |
commit | 9da53e2d353c97ab955fe8c35482b5eb335316c1 (patch) | |
tree | c2765fbfffffec106172529c8832a9dd860fcb24 /test/lisp/emacs-lisp | |
parent | 5c2da93015abb2e6746d54e5946dfaa5ede4e685 (diff) | |
download | emacs-9da53e2d353c97ab955fe8c35482b5eb335316c1.tar.gz emacs-9da53e2d353c97ab955fe8c35482b5eb335316c1.tar.bz2 emacs-9da53e2d353c97ab955fe8c35482b5eb335316c1.zip |
Let describe-function work for lambda again
Since commit "* lisp/help-fns.el (describe-function): More type
checking[...]", `describe-function' throws a user-error when given a
non-symbol. This prevents the [back] button in a *Help* buffer from
working when the page it goes back to describes an anonymous
function (e.g., the result of `describe-key' on a key which is bound to
a lambda form).
* lisp/help-fns.el (describe-function): Move the checks on FUNCTION
being an fbound symbol into the `interactive' form. This allows
non-interactive calls to pass an anonymous function (Bug #24221). Note
that passing a non-bound symbol non-interactively will still trigger a
`void-function' error from `describe-function-1'.
Diffstat (limited to 'test/lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions