1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

* subr.el (set-temporary-overlay-map): Obsolete alias.

Fixes: debbugs:16305
This commit is contained in:
Leo Liu 2013-12-31 08:27:27 +08:00
parent 9e0bf19a5c
commit c8d897786d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-12-31 Leo Liu <sdl.web@gmail.com>
* subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2013-12-30 Daniel Colascione <dancol@dancol.org>
* term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead

View File

@ -4266,6 +4266,9 @@ use `called-interactively-p'."
(eq 'add-keymap-witness (nth 1 map))
(set symbol tail)))))
(define-obsolete-function-alias
'set-temporary-overlay-map 'set-transient-map "24.4")
(defun set-transient-map (map &optional keep-pred on-exit)
"Set MAP as a temporary keymap taking precedence over other keymaps.
Normally, MAP is used only once, to look up the very next key.