aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-06 06:10:02 +0000
committerRichard M. Stallman1996-03-06 06:10:02 +0000
commited16b6f28a16cd97899b9920567eae8d35df4318 (patch)
treeab73bea9799af6a6b4f3e301b64f0c36bb464669
parent249f7eebfd96d9c09cdedcd234d6702090f582d4 (diff)
downloademacs-ed16b6f28a16cd97899b9920567eae8d35df4318.tar.gz
emacs-ed16b6f28a16cd97899b9920567eae8d35df4318.zip
(post-command-idle-hook, post-command-idle-delay): Mark obsolete.
-rw-r--r--lisp/emacs-lisp/bytecomp.el4
1 files changed, 4 insertions, 0 deletions
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 .'."
3325(make-obsolete-variable 'after-change-function 3325(make-obsolete-variable 'after-change-function
3326 "use after-change-functions; which is a list of functions rather than a single function.") 3326 "use after-change-functions; which is a list of functions rather than a single function.")
3327(make-obsolete-variable 'font-lock-doc-string-face 'font-lock-string-face) 3327(make-obsolete-variable 'font-lock-doc-string-face 'font-lock-string-face)
3328(make-obsolete-variable 'post-command-idle-hook
3329 "use timers instead, with `run-with-idle-timer'.")
3330(make-obsolete-variable 'post-command-idle-delay
3331 "use timers instead, with `run-with-idle-timer'.")
3328 3332
3329(provide 'byte-compile) 3333(provide 'byte-compile)
3330(provide 'bytecomp) 3334(provide 'bytecomp)