(auto-revert-tail-handler): Call after-revert-hook.
This commit is contained in:
parent
a919f39a5b
commit
534a87c49a
1 changed files with 1 additions and 0 deletions
|
|
@ -457,6 +457,7 @@ This is an internal function used by Auto-Revert Mode."
|
|||
(save-excursion
|
||||
(goto-char (point-max))
|
||||
(insert-file-contents file nil auto-revert-tail-pos size)))
|
||||
(run-mode-hooks 'after-revert-hook)
|
||||
(undo-boundary)
|
||||
(setq auto-revert-tail-pos size)
|
||||
(set-buffer-modified-p modified)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue