1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00

Silence warnings for obsolete function

This commit is contained in:
justbur 2015-11-16 22:02:18 -05:00
parent 39fb658dbf
commit 0bddd2db10

View file

@ -1536,7 +1536,8 @@ enough space based on your settings and frame size." prefix-keys)
;; used for paging at top-level
(if (fboundp 'set-transient-map)
(set-transient-map (which-key--get-popup-map))
(set-temporary-overlay-map (which-key--get-popup-map)))))
(with-no-warnings
(set-temporary-overlay-map (which-key--get-popup-map))))))
(defun which-key-show-next-page ()
"Show the next page of keys.