From 85424dea001dd2518ffa7367cae3e9d51f3f7810 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Feb 2005 07:35:28 +0000 Subject: [PATCH] (echo_area_display): Clear echo_message_buffer. --- src/xdisp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xdisp.c b/src/xdisp.c index c09ae2b2ef1..db4b2a244ac 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -8086,6 +8086,8 @@ echo_area_display (update_frame_p) /* Last displayed message is now the current message. */ echo_area_buffer[1] = echo_area_buffer[0]; + /* Inform read_char that we're not echoing. */ + echo_message_buffer = Qnil; /* Prevent redisplay optimization in redisplay_internal by resetting this_line_start_pos. This is done because the mini-buffer now -- 2.39.5