diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-03-21 18:27:03 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-03-21 18:27:03 -0400 |
commit | 2000d6e0f27f9f34f343016f4aa93e09c29c8695 (patch) | |
tree | 563e3e90cf27c8fe7a8b081176fc9d1544dbc292 /lisp/emacs-lisp/lisp.el | |
parent | 05b8de54e30fdfccda78c5cfc2481828b897614b (diff) | |
download | emacs-2000d6e0f27f9f34f343016f4aa93e09c29c8695.tar.gz emacs-2000d6e0f27f9f34f343016f4aa93e09c29c8695.tar.bz2 emacs-2000d6e0f27f9f34f343016f4aa93e09c29c8695.zip |
(describe-symbol-backends): Fix addition of the "type" backend
That backend was added from `cl-extra.el` with no autoload, so
(describe-symbol `advice) failed to show the info about
the `advice` type unless `cl-extra.el` had been loaded beforehand.
`C-h o RET advice RET` worked by accident because the completion
table uses `cl-some` which is autoloaded from `cl-extra.el`.
* lisp/help-mode.el (describe-symbol-backends): Add the "type" backend.
* lisp/emacs-lisp/cl-extra.el (describe-symbol-backends): Don't add the
"type" backend here.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
0 files changed, 0 insertions, 0 deletions