emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103706: * subr.el (deferred-action-l


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103706: * subr.el (deferred-action-list, deferred-action-function): Mark obsolete.
Date: Mon, 21 Mar 2011 12:34:16 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103706
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2011-03-21 12:34:16 -0400
message:
  * subr.el (deferred-action-list, deferred-action-function): Mark obsolete.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-03-20 10:35:27 +0000
+++ b/etc/NEWS  2011-03-21 16:34:16 +0000
@@ -746,6 +746,7 @@
 * Lisp changes in Emacs 24.1
 
 ** byte-compile-disable-print-circle is obsolete.
+** deferred-action-list and deferred-action-function are obsolete.
 ** Removed the stack-trace-on-error variable.
 Also the debugger can now "continue" from an error, which means it will jump
 to the error handler as if the debugger had not been invoked instead of

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-21 15:26:05 +0000
+++ b/lisp/ChangeLog    2011-03-21 16:34:16 +0000
@@ -1,3 +1,8 @@
+2011-03-21  Stefan Monnier  <address@hidden>
+
+       * subr.el (deferred-action-list, deferred-action-function):
+       Mark obsolete.
+
 2011-03-21  Leo Liu  <address@hidden>
 
        * vc/log-view.el: Remove (require 'wid-edit), not needed after the

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2011-03-15 02:42:31 +0000
+++ b/lisp/subr.el      2011-03-21 16:34:16 +0000
@@ -1101,6 +1101,8 @@
 
 (make-obsolete-variable 'define-key-rebound-commands nil "23.2")
 (make-obsolete-variable 'redisplay-end-trigger-functions 'jit-lock-register 
"23.1")
+(make-obsolete-variable 'deferred-action-list 'post-command-hook "24.1")
+(make-obsolete-variable 'deferred-action-function 'post-command-hook "24.1")
 (make-obsolete 'window-redisplay-end-trigger nil "23.1")
 (make-obsolete 'set-window-redisplay-end-trigger nil "23.1")
 


reply via email to

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