aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-09 09:46:38 +0000
committerJuanma Barranquero2002-07-09 09:46:38 +0000
commitcb795ec4c27ecad06ec86dba24c6d729bbf0020e (patch)
tree4ff16edfbd189ff039ac370f0bfff6bb176044df
parent4e85a733532dfb6743601ddb63ae7e9ef3cad418 (diff)
downloademacs-cb795ec4c27ecad06ec86dba24c6d729bbf0020e.tar.gz
emacs-cb795ec4c27ecad06ec86dba24c6d729bbf0020e.zip
*** empty log message ***
-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. */