changeset 62501:50ba01c61e5c

(post-command-idle-hook, post-command-idle-delay): Remove obsoletion of post-command-idle-hook and post-command-idle-delay.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 19 May 2005 01:56:04 +0000
parents d3986a29cb33
children 8f934f346603
files lisp/subr.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Thu May 19 01:54:53 2005 +0000
+++ b/lisp/subr.el	Thu May 19 01:56:04 2005 +0000
@@ -789,10 +789,6 @@
 (make-obsolete-variable 'unread-command-char
   "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."
   "before 19.15")
-(make-obsolete-variable 'post-command-idle-hook
-  "use timers instead, with `run-with-idle-timer'." "before 19.34")
-(make-obsolete-variable 'post-command-idle-delay
-  "use timers instead, with `run-with-idle-timer'." "before 19.34")
 
 ;; Lisp manual only updated in 22.1.
 (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro