]> code.delx.au - gnu-emacs/commitdiff
(post-command-idle-hook, post-command-idle-delay):
authorNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 01:56:04 +0000 (01:56 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 01:56:04 +0000 (01:56 +0000)
Remove obsoletion of post-command-idle-hook and
post-command-idle-delay.

lisp/subr.el

index 8c2af201e1947e3684c09df7894765d7c01eb115..7c10c3762ddd62c7b909a210a4254390c0e62b02 100644 (file)
@@ -789,10 +789,6 @@ is converted into a string by expressing it in decimal."
 (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