# HG changeset patch # User Juanma Barranquero # Date 1026207998 0 # Node ID 35153dd59211c674dc0303b1ebf34112099e48c9 # Parent c64c46b334d746d8f01ae2a63cce4fcca2ec4a2b *** empty log message *** diff -r c64c46b334d7 -r 35153dd59211 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 09 09:08:18 2002 +0000 +++ b/lisp/ChangeLog Tue Jul 09 09:46:38 2002 +0000 @@ -2,6 +2,8 @@ * faces.el (face-id): Fix typo. + * hexl.el (hexl-mode): Likewise. + 2002-07-09 Miles Bader * hexl.el (hexl-find-file): Bind `completion-ignored-extensions' diff -r c64c46b334d7 -r 35153dd59211 src/window.c --- a/src/window.c Tue Jul 09 09:08:18 2002 +0000 +++ b/src/window.c Tue Jul 09 09:46:38 2002 +0000 @@ -958,7 +958,7 @@ struct buffer *old_buffer = NULL, *b = XBUFFER (buf); /* In case W->start is out of the range, use something - reasonable. This situation occured when loading a file with + reasonable. This situation occurred when loading a file with `-l' containing a call to `rmail' with subsequent other commands. At the end, W->start happened to be BEG, while rmail had already narrowed the buffer. */