diff options
| author | Juanma Barranquero | 2002-07-09 09:46:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-09 09:46:38 +0000 |
| commit | cb795ec4c27ecad06ec86dba24c6d729bbf0020e (patch) | |
| tree | 4ff16edfbd189ff039ac370f0bfff6bb176044df /src/window.c | |
| parent | 4e85a733532dfb6743601ddb63ae7e9ef3cad418 (diff) | |
| download | emacs-cb795ec4c27ecad06ec86dba24c6d729bbf0020e.tar.gz emacs-cb795ec4c27ecad06ec86dba24c6d729bbf0020e.zip | |
*** empty log message ***
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |