# HG changeset patch # User Masatake YAMATO # Date 1079335718 0 # Node ID a590d8b32ad7a69278dec3122287b676d486f858 # Parent ad02f6299e9aeb096551eedadb2ec6c1bfd52210 Fix a typo. diff -r ad02f6299e9a -r a590d8b32ad7 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 15 07:27:02 2004 +0000 +++ b/lisp/ChangeLog Mon Mar 15 07:28:38 2004 +0000 @@ -21,8 +21,7 @@ if the value for `ruler-mode-ruler-function'is given. * hexl.el (hexl-mode-hook): Make the hook customizable. - (hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New - customize variables. + (hexl-address-area, hexl-ascii-area): New customize variables. (hexlify-buffer): Put font-lock-faces on the address area and the ascii area. (hexl-activate-ruler): New function.