mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 03:11:09 -08:00
Fix compiler warning
This commit is contained in:
parent
aefca12690
commit
fa202a53ff
1 changed files with 0 additions and 2 deletions
|
|
@ -1158,8 +1158,6 @@ Will force an update if called before `which-key--update'."
|
|||
(next-event-if-not-showing
|
||||
(mapcar (lambda (ev) (cons t ev))
|
||||
(listify-key-sequence keysbl)))
|
||||
(n-pages
|
||||
(plist-get which-key--pages-plist :n-pages))
|
||||
(next-page
|
||||
(if which-key--current-page-n (1+ which-key--current-page-n) 0)))
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue