Mercurial > emacs
changeset 59892:212069a54aca
(echo_area_display): Clear echo_message_buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Feb 2005 07:35:28 +0000 |
parents | 0e1b2e676d71 |
children | c7a28d8cfff9 |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Feb 03 07:33:52 2005 +0000 +++ b/src/xdisp.c Thu Feb 03 07:35:28 2005 +0000 @@ -8086,6 +8086,8 @@ /* 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