From: Richard M. Stallman Date: Thu, 3 Feb 2005 07:35:28 +0000 (+0000) Subject: (echo_area_display): Clear echo_message_buffer. X-Git-Tag: ttn-vms-21-2-B4~2441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85424dea001dd2518ffa7367cae3e9d51f3f7810;p=emacs.git (echo_area_display): Clear echo_message_buffer. --- 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