From ff66d8abc702a061065ffd540d2db9aee592ba56 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 16 Jun 2016 11:01:53 -0400 Subject: [PATCH] Make current-prefix nil when not showing popup --- which-key.el | 1 + 1 file changed, 1 insertion(+) diff --git a/which-key.el b/which-key.el index 55721a8129f..6f2792ee90c 100644 --- a/which-key.el +++ b/which-key.el @@ -893,6 +893,7 @@ total height." "This function is called to hide the which-key buffer." (unless (member real-this-command which-key--paging-functions) (setq which-key--current-page-n nil + which-key--current-prefix nil which-key--using-top-level nil which-key--using-show-keymap nil which-key--using-show-operator-keymap nil