summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-01-18 03:20:57 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-01-18 03:20:57 +0000
commit66d237e2f91c2b81518677c574ca7bbb6fd9af08 (patch)
tree845bbf9e133702f27e8c681d8aa4d71e29f0528e /lisp
parentdcdd88e025f02b3e2bd7563b5e81ccb6b2c49c4f (diff)
downloademacs-66d237e2f91c2b81518677c574ca7bbb6fd9af08.tar.gz
emacs-66d237e2f91c2b81518677c574ca7bbb6fd9af08.tar.bz2
emacs-66d237e2f91c2b81518677c574ca7bbb6fd9af08.zip
* 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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
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.