diff options
| author | Nick Roberts | 2005-05-19 01:56:04 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-19 01:56:04 +0000 |
| commit | caccc8de140d4e47090c06bc69e0abfa5ddc24a1 (patch) | |
| tree | 04a58573c5a1579da9953bd35a5763751c308875 | |
| parent | 24d40bc20b0fec9ba9bcff014ecca643e6904086 (diff) | |
| download | emacs-caccc8de140d4e47090c06bc69e0abfa5ddc24a1.tar.gz emacs-caccc8de140d4e47090c06bc69e0abfa5ddc24a1.zip | |
(post-command-idle-hook, post-command-idle-delay):
Remove obsoletion of post-command-idle-hook and
post-command-idle-delay.
| -rw-r--r-- | lisp/subr.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 8c2af201e19..7c10c3762dd 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -789,10 +789,6 @@ is converted into a string by expressing it in decimal." | |||
| 789 | (make-obsolete-variable 'unread-command-char | 789 | (make-obsolete-variable 'unread-command-char |
| 790 | "use `unread-command-events' instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1." | 790 | "use `unread-command-events' instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1." |
| 791 | "before 19.15") | 791 | "before 19.15") |
| 792 | (make-obsolete-variable 'post-command-idle-hook | ||
| 793 | "use timers instead, with `run-with-idle-timer'." "before 19.34") | ||
| 794 | (make-obsolete-variable 'post-command-idle-delay | ||
| 795 | "use timers instead, with `run-with-idle-timer'." "before 19.34") | ||
| 796 | 792 | ||
| 797 | ;; Lisp manual only updated in 22.1. | 793 | ;; Lisp manual only updated in 22.1. |
| 798 | (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro | 794 | (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro |