summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2011-03-21 12:34:16 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2011-03-21 12:34:16 -0400
commit78f64af0ae54388453ad80171e6a1691818299af (patch)
tree7ce880b56eed8b555364fdee824fefdd82e85663 /lisp/subr.el
parent810f76988a8a68ea13f16090c7065abbfe615f39 (diff)
downloademacs-78f64af0ae54388453ad80171e6a1691818299af.tar.gz
* subr.el (deferred-action-list, deferred-action-function): Mark obsolete.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 6f39a41709e..8ea4becdc11 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1101,6 +1101,8 @@ is converted into a string by expressing it in decimal."
(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")