1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 18:30:47 -08:00

Make current-prefix nil when not showing popup

This commit is contained in:
justbur 2016-06-16 11:01:53 -04:00
parent 6adadec740
commit ff66d8abc7

View file

@ -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