From: Juanma Barranquero Date: Tue, 9 Jul 2002 09:46:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb795ec4c27ecad06ec86dba24c6d729bbf0020e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f74d40623a..8cfcdc8a7c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/window.c b/src/window.c index d8e089329ae..143a018d6ef 100644 --- a/src/window.c +++ b/src/window.c @@ -958,7 +958,7 @@ if it isn't already recorded. */) 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. */