Mercurial > emacs
changeset 75262:adf48aa4f8f4
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 18 Jan 2007 03:20:57 +0000 |
parents | c20709d49a63 |
children | 52494ef7ef07 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.