diff options
Diffstat (limited to 'src')
| -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. */ |