aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/window.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f74d40623a..8cfcdc8a7c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * faces.el (face-id): Fix typo. 3 * faces.el (face-id): Fix typo.
4 4
5 * hexl.el (hexl-mode): Likewise.
6
52002-07-09 Miles Bader <miles@gnu.org> 72002-07-09 Miles Bader <miles@gnu.org>
6 8
7 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions' 9 * 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. */)
958 struct buffer *old_buffer = NULL, *b = XBUFFER (buf); 958 struct buffer *old_buffer = NULL, *b = XBUFFER (buf);
959 959
960 /* In case W->start is out of the range, use something 960 /* In case W->start is out of the range, use something
961 reasonable. This situation occured when loading a file with 961 reasonable. This situation occurred when loading a file with
962 `-l' containing a call to `rmail' with subsequent other 962 `-l' containing a call to `rmail' with subsequent other
963 commands. At the end, W->start happened to be BEG, while 963 commands. At the end, W->start happened to be BEG, while
964 rmail had already narrowed the buffer. */ 964 rmail had already narrowed the buffer. */