changeset 14766:aaaef422311b

(post-command-idle-hook, post-command-idle-delay): Mark obsolete.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Mar 1996 06:10:02 +0000
parents 844686eabff0
children 95dca7f7b4b3
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Wed Mar 06 05:12:07 1996 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Wed Mar 06 06:10:02 1996 +0000
@@ -3325,6 +3325,10 @@
 (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)