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:
parent
6adadec740
commit
ff66d8abc7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue