diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-03-21 12:34:16 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-03-21 12:34:16 -0400 |
commit | 78f64af0ae54388453ad80171e6a1691818299af (patch) | |
tree | 7ce880b56eed8b555364fdee824fefdd82e85663 /lisp/subr.el | |
parent | 810f76988a8a68ea13f16090c7065abbfe615f39 (diff) | |
download | emacs-78f64af0ae54388453ad80171e6a1691818299af.tar.gz |
* subr.el (deferred-action-list, deferred-action-function): Mark obsolete.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
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") |