From 7cf8b3fcac2e5b4f7264b5b4c4c1defda9918b50 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Apr 2006 21:16:50 +0000 Subject: [PATCH] (apropos-print): Don't do where-is on self-insert-command. --- lisp/apropos.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5