diff options
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 517dc9dd962..c6717c8a5d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-01-18 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) + + * hexl.el (hexl-before-revert-hook): New function. + (hexl-mode): Use it. + (hexl-after-revert-hook): Just call hexl-mode. + (hexl-mode-exit): Remove before-revert-hook. + 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca> * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well. |