1
Fork 0
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:
justbur 2015-09-01 13:00:51 -04:00
parent aefca12690
commit fa202a53ff

View file

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