mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 03:11:09 -08:00
Use real-last-command instead of last-command
for which-key-show-next-page
This commit is contained in:
parent
060e2a2329
commit
7a30c1e527
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ enough space based on your settings and frame size." prefix-keys)
|
|||
(setq timer
|
||||
(run-with-idle-timer 0.1 t
|
||||
(lambda ()
|
||||
(when (not (eq last-command 'which-key-show-next-page))
|
||||
(unless (eq real-last-command 'which-key-show-next-page)
|
||||
(cancel-timer timer)
|
||||
(which-key--start-timer))))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue