Mercurial > emacs
changeset 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 | 2ce1d66ecddf |
children | dc6ada4b3839 |
files | lisp/autorevert.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)))