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:
parent
39fb658dbf
commit
0bddd2db10
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue