# HG changeset patch # User Richard M. Stallman # Date 1145395010 0 # Node ID e08e964839f47905ee8f9e5c8145ae47d9973753 # Parent 4427f1e01f3e43740460698e3f5f4c765cc18c85 (apropos-print): Don't do where-is on self-insert-command. diff -r 4427f1e01f3e -r e08e964839f4 lisp/apropos.el --- a/lisp/apropos.el Tue Apr 18 21:16:13 2006 +0000 +++ b/lisp/apropos.el Tue Apr 18 21:16:50 2006 +0000 @@ -908,6 +908,7 @@ ;; 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