aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-03-28 03:55:28 +0000
committerLuc Teirlinck2004-03-28 03:55:28 +0000
commit75e975ea042b9666e37879a68e9237e2d507d75c (patch)
treef5b8c10eff189e664e55f1e3b6707f891e44bc54
parentc86afc19dff275e9006afb29e5d9647aa576a566 (diff)
downloademacs-75e975ea042b9666e37879a68e9237e2d507d75c.tar.gz
emacs-75e975ea042b9666e37879a68e9237e2d507d75c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 787b3bd6d39..f4b18c4caf0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,9 @@
3 * autorevert.el (auto-revert-handler): Handle auto-revert-mode. 3 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4 Call vc-find-file-hook here instead of in auto-revert-buffers. 4 Call vc-find-file-hook here instead of in auto-revert-buffers.
5 (auto-revert-buffers): Delete call to vc-find-file-hook. 5 (auto-revert-buffers): Delete call to vc-find-file-hook.
6 (auto-revert-verbose, global-auto-revert-non-file-buffers)
7 (global-auto-revert-mode, auto-revert-set-timer)
8 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6 9
72004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk> 102004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8 11