emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115815: * subr.el (set-temporary-overlay-map): Obso


From: Leo Liu
Subject: [Emacs-diffs] trunk r115815: * subr.el (set-temporary-overlay-map): Obsolete alias.
Date: Tue, 31 Dec 2013 00:29:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115815
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16305
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-31 08:27:27 +0800
message:
  * subr.el (set-temporary-overlay-map): Obsolete alias.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/subr.el                   subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-30 23:27:07 +0000
+++ b/lisp/ChangeLog    2013-12-31 00:27:27 +0000
@@ -1,3 +1,7 @@
+2013-12-31  Leo Liu  <address@hidden>
+
+       * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
+
 2013-12-30  Daniel Colascione  <address@hidden>
 
        * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2013-12-23 03:59:10 +0000
+++ b/lisp/subr.el      2013-12-31 00:27:27 +0000
@@ -4266,6 +4266,9 @@
            (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]