1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00

(post-command-idle-hook, post-command-idle-delay): Mark obsolete.

This commit is contained in:
Richard M. Stallman 1996-03-06 06:10:02 +00:00
parent 249f7eebfd
commit ed16b6f28a

View 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)