# HG changeset patch # User Chong Yidong # Date 1169090457 0 # Node ID adf48aa4f8f454019cf00c16149ebb331e7d28ea # Parent c20709d49a6366ca44927dc89458ad45337f0a00 * 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. diff -r c20709d49a63 -r adf48aa4f8f4 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 17 18:55:34 2007 +0000 +++ b/lisp/ChangeLog Thu Jan 18 03:20:57 2007 +0000 @@ -1,3 +1,10 @@ +2007-01-18 Chris Moore (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 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.