From cb795ec4c27ecad06ec86dba24c6d729bbf0020e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Jul 2002 09:46:38 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 2 ++ src/window.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f74d40623..8cfcdc8a7c 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 d8e089329a..143a018d6e 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. */ -- 2.20.1