aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;