aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-03 07:35:28 +0000
committerRichard M. Stallman2005-02-03 07:35:28 +0000
commit85424dea001dd2518ffa7367cae3e9d51f3f7810 (patch)
treec28a99506ae81b3b80ff80cafba74f8d3d2192fa /src
parent3997118842c31d87ccb53ad06707280cb89184af (diff)
downloademacs-85424dea001dd2518ffa7367cae3e9d51f3f7810.tar.gz
emacs-85424dea001dd2518ffa7367cae3e9d51f3f7810.zip
(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 c09ae2b2ef1..db4b2a244ac 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -8086,6 +8086,8 @@ echo_area_display (update_frame_p)
8086 8086
8087 /* Last displayed message is now the current message. */ 8087 /* Last displayed message is now the current message. */
8088 echo_area_buffer[1] = echo_area_buffer[0]; 8088 echo_area_buffer[1] = echo_area_buffer[0];
8089 /* Inform read_char that we're not echoing. */
8090 echo_message_buffer = Qnil;
8089 8091
8090 /* Prevent redisplay optimization in redisplay_internal by resetting 8092 /* Prevent redisplay optimization in redisplay_internal by resetting
8091 this_line_start_pos. This is done because the mini-buffer now 8093 this_line_start_pos. This is done because the mini-buffer now