mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(apropos-print): Don't do where-is on self-insert-command.
This commit is contained in:
parent
4cabf12bbc
commit
7cf8b3fcac
@ -908,6 +908,7 @@ If non-nil TEXT is a string that will be printed as a heading."
|
||||
;; Calculate key-bindings if we want them.
|
||||
(and do-keys
|
||||
(commandp symbol)
|
||||
(not (eq symbol 'self-insert-command))
|
||||
(indent-to 30 1)
|
||||
(if (let ((keys
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user