diff options
| author | Richard M. Stallman | 2002-06-08 18:30:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-08 18:30:02 +0000 |
| commit | 9583b2bb2709c033d4e2a76d702094fc79b560a4 (patch) | |
| tree | a4b749e59363c62324a89fdd28f63e32c9542463 | |
| parent | f402ba38f52d407923f47a18372f84e2ad794ae7 (diff) | |
| download | emacs-9583b2bb2709c033d4e2a76d702094fc79b560a4.tar.gz emacs-9583b2bb2709c033d4e2a76d702094fc79b560a4.zip | |
Comment change.
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 155602e2b4a..94706253133 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6271,7 +6271,7 @@ with_echo_area_buffer (w, which, fn, a1, a2, a3, a4) | |||
| 6271 | int this_one, the_other, clear_buffer_p, rc; | 6271 | int this_one, the_other, clear_buffer_p, rc; |
| 6272 | int count = BINDING_STACK_SIZE (); | 6272 | int count = BINDING_STACK_SIZE (); |
| 6273 | 6273 | ||
| 6274 | /* If buffers aren't life, make new ones. */ | 6274 | /* If buffers aren't live, make new ones. */ |
| 6275 | ensure_echo_area_buffers (); | 6275 | ensure_echo_area_buffers (); |
| 6276 | 6276 | ||
| 6277 | clear_buffer_p = 0; | 6277 | clear_buffer_p = 0; |