From: Richard M. Stallman Date: Wed, 6 Mar 1996 06:10:02 +0000 (+0000) Subject: (post-command-idle-hook, post-command-idle-delay): Mark obsolete. X-Git-Tag: emacs-19.34~1094 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed16b6f28a16cd97899b9920567eae8d35df4318;p=emacs.git (post-command-idle-hook, post-command-idle-delay): Mark obsolete. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index fde15832db8..02317825062 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -3325,6 +3325,10 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." (make-obsolete-variable 'after-change-function "use after-change-functions; which is a list of functions rather than a single function.") (make-obsolete-variable 'font-lock-doc-string-face 'font-lock-string-face) +(make-obsolete-variable 'post-command-idle-hook + "use timers instead, with `run-with-idle-timer'.") +(make-obsolete-variable 'post-command-idle-delay + "use timers instead, with `run-with-idle-timer'.") (provide 'byte-compile) (provide 'bytecomp)