* subr.el (set-temporary-overlay-map): Obsolete alias.
authorLeo Liu <sdl.web@gmail.com>
Tue, 31 Dec 2013 00:27:27 +0000 (08:27 +0800)
committerLeo Liu <sdl.web@gmail.com>
Tue, 31 Dec 2013 00:27:27 +0000 (08:27 +0800)
Fixes: debbugs:16305

lisp/ChangeLog
lisp/subr.el

index 67774ed..ee36a71 100644 (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
index ab2023b..cf90653 100644 (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.