]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 67774ed6b708fa67efd10413af94b930f5db0f9d..ee36a71f5888e5c3d1453ef13298e1f3a4f07b19 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 ab2023bd544ccea5b52b0a0123f32c2e4440e04e..cf90653d2e1cfa617167063fa0ca82a3f282e93b 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.