Mercurial > emacs
diff lisp/ChangeLog @ 81721:59741e45a674
(auto-revert-tail-handler): Use inhibit-read-only.
Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
Use run-hooks rather than run-mode-hooks.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 06 Jul 2007 12:58:16 +0000 |
parents | 72f269f335c9 |
children | e98ada190411 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 06 03:58:00 2007 +0000 +++ b/lisp/ChangeLog Fri Jul 06 12:58:16 2007 +0000 @@ -1,3 +1,9 @@ +2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca> + + * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only. + Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>. + Use run-hooks rather than run-mode-hooks. + 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com> * calc/calc-comb.el (math-random-digit): Rename to @@ -16,8 +22,8 @@ 2007-07-05 Chong Yidong <cyd@stupidchicken.com> - * wid-edit.el (widget-documentation-string-value-create): Insert - indentation spaces. + * wid-edit.el (widget-documentation-string-value-create): + Insert indentation spaces. 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>