]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-revert-tail-handler): Call after-revert-hook.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 20:38:17 +0000 (20:38 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 20:38:17 +0000 (20:38 +0000)
lisp/autorevert.el

index cb8821bb64caf3eb7725bfa2684adf49a1610fd8..bd9d6fe76e80b1805937def54d825c8ce9b3ada7 100644 (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)))