(auto-revert-tail-handler): Call after-revert-hook.

This commit is contained in:
Chong Yidong 2007-03-17 20:38:17 +00:00
parent a919f39a5b
commit 534a87c49a

View file

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