mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(apropos-print): Don't do where-is on self-insert-command.
This commit is contained in:
parent
4cabf12bbc
commit
7cf8b3fcac
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue