aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-04-18 21:16:50 +0000
committerRichard M. Stallman2006-04-18 21:16:50 +0000
commit7cf8b3fcac2e5b4f7264b5b4c4c1defda9918b50 (patch)
treea8711281bb869a449ea3cf878c06fdc6bfa60943
parent4cabf12bbc89a8f7370ca4c670a73de4cef61687 (diff)
downloademacs-7cf8b3fcac2e5b4f7264b5b4c4c1defda9918b50.tar.gz
emacs-7cf8b3fcac2e5b4f7264b5b4c4c1defda9918b50.zip
(apropos-print): Don't do where-is on self-insert-command.
-rw-r--r--lisp/apropos.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index b490b8173ba..3889655ff99 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -908,6 +908,7 @@ If non-nil TEXT is a string that will be printed as a heading."
908 ;; Calculate key-bindings if we want them. 908 ;; Calculate key-bindings if we want them.
909 (and do-keys 909 (and do-keys
910 (commandp symbol) 910 (commandp symbol)
911 (not (eq symbol 'self-insert-command))
911 (indent-to 30 1) 912 (indent-to 30 1)
912 (if (let ((keys 913 (if (let ((keys
913 (save-excursion 914 (save-excursion