diff options
| author | Stefan Monnier | 2024-03-21 18:27:03 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2024-03-21 18:27:03 -0400 |
| commit | 2000d6e0f27f9f34f343016f4aa93e09c29c8695 (patch) | |
| tree | 563e3e90cf27c8fe7a8b081176fc9d1544dbc292 /java | |
| parent | 05b8de54e30fdfccda78c5cfc2481828b897614b (diff) | |
| download | emacs-2000d6e0f27f9f34f343016f4aa93e09c29c8695.tar.gz 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 'java')
0 files changed, 0 insertions, 0 deletions