1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

; * lisp/help-fns.el (help-fns--key-bindings): Fix previous change.

This commit is contained in:
Gregory Heytings 2022-09-05 22:13:07 +00:00
parent 361d3dbc4e
commit b648634982

View File

@ -516,7 +516,8 @@ the C sources, too."
(remapped (command-remapping function)))
(unless (memq remapped '(ignore undefined))
(let* ((all-keys
(with-current-buffer describe-function-orig-buffer
(with-current-buffer
(or describe-function-orig-buffer (current-buffer))
(where-is-internal
(or remapped function) overriding-local-map nil nil)))
(seps (seq-group-by