diff lisp/autorevert.el @ 76520:393355195cd5

(auto-revert-tail-handler): Call after-revert-hook.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Mar 2007 20:38:17 +0000
parents e3694f1cb928
children 596838644e8e c0409ee15cee
line wrap: on
line diff
--- a/lisp/autorevert.el	Sat Mar 17 20:38:04 2007 +0000
+++ b/lisp/autorevert.el	Sat Mar 17 20:38:17 2007 +0000
@@ -457,6 +457,7 @@
 	(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)))