aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-02-03 07:35:28 +0000
committerRichard M. Stallman <[email protected]>2005-02-03 07:35:28 +0000
commit85424dea001dd2518ffa7367cae3e9d51f3f7810 (patch)
treec28a99506ae81b3b80ff80cafba74f8d3d2192fa /src
parent3997118842c31d87ccb53ad06707280cb89184af (diff)
(echo_area_display): Clear echo_message_buffer.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index c09ae2b2ef..db4b2a244a 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