From: Richard M. Stallman Date: Tue, 18 Apr 2006 21:16:50 +0000 (+0000) Subject: (apropos-print): Don't do where-is on self-insert-command. X-Git-Tag: emacs-pretest-22.0.90~3074 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cf8b3fcac2e5b4f7264b5b4c4c1defda9918b50;p=emacs.git (apropos-print): Don't do where-is on self-insert-command. --- 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." ;; 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