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:
parent
249f7eebfd
commit
ed16b6f28a
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue