]> git.eshelyaron.com Git - emacs.git/commitdiff
(post-command-idle-hook, post-command-idle-delay): Mark obsolete.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Mar 1996 06:10:02 +0000 (06:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Mar 1996 06:10:02 +0000 (06:10 +0000)
lisp/emacs-lisp/bytecomp.el

index fde15832db893047f5114f30c41323e4e5925b62..02317825062c0c7c87732014d69d772626b0795c 100644 (file)
@@ -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)