From: Chong Yidong Date: Thu, 18 Jan 2007 03:20:57 +0000 (+0000) Subject: * hexl.el (hexl-before-revert-hook): New function. X-Git-Tag: emacs-pretest-22.0.93~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66d237e2f91c2b81518677c574ca7bbb6fd9af08;p=emacs.git * 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 --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 (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.