* 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.
This commit is contained in:
Chong Yidong 2007-01-18 03:20:57 +00:00
parent dcdd88e025
commit 66d237e2f9

View file

@ -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.