mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Font Lock mode doesn't use the revert hooks any more.
This commit is contained in:
parent
c654fd9e7d
commit
2187547f97
@ -647,17 +647,10 @@ the user has asked to read the auto-save file.
|
||||
This normal hook is run by @code{revert-buffer} before actually
|
||||
inserting the modified contents---but only if
|
||||
@code{revert-buffer-function} is @code{nil}.
|
||||
|
||||
Font Lock mode uses this hook to record that the buffer contents are no
|
||||
longer fontified.
|
||||
@end defvar
|
||||
|
||||
@defvar after-revert-hook
|
||||
This normal hook is run by @code{revert-buffer} after actually inserting
|
||||
the modified contents---but only if @code{revert-buffer-function} is
|
||||
@code{nil}.
|
||||
|
||||
Font Lock mode uses this hook to recompute the fonts for the updated
|
||||
buffer contents.
|
||||
@end defvar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user