From d3fe7b2e2aefcb09a22985d01f1e7b8cb5461b42 Mon Sep 17 00:00:00 2001 From: Iqbal Ansari Date: Fri, 13 Nov 2015 21:38:16 +0530 Subject: [PATCH] Ignore self-insert-command bindings --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index fea86ab304a..41d6875a885 100644 --- a/which-key.el +++ b/which-key.el @@ -1264,7 +1264,7 @@ BUFFER that follow the key sequence KEY-SEQ." ;; C-x 8 Prefix Command ;; Prefix Command "^\\([^ <>\t]+\\|\\|\\w \\.\\. \\w\\)[ \t]+\\([^\t\n]+\\)$")) - (lines-to-flush'("[bB]inding[s]?[:]?$" "translations:$" "-------$")) + (lines-to-flush'("[bB]inding[s]?[:]?$" "translations:$" "-------$" "self-insert-command$")) key-match desc-match unformatted) (save-match-data (with-temp-buffer