aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-08 18:30:02 +0000
committerRichard M. Stallman2002-06-08 18:30:02 +0000
commit9583b2bb2709c033d4e2a76d702094fc79b560a4 (patch)
treea4b749e59363c62324a89fdd28f63e32c9542463 /src
parentf402ba38f52d407923f47a18372f84e2ad794ae7 (diff)
downloademacs-9583b2bb2709c033d4e2a76d702094fc79b560a4.tar.gz
emacs-9583b2bb2709c033d4e2a76d702094fc79b560a4.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
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;