]> git.eshelyaron.com Git - emacs.git/commitdiff
(echo_area_display): Clear echo_message_buffer.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Feb 2005 07:35:28 +0000 (07:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Feb 2005 07:35:28 +0000 (07:35 +0000)
src/xdisp.c

index c09ae2b2ef106743c63db7255f8a1a32a4e5e88e..db4b2a244ac9cb9360e4127c85befc93e416461e 100644 (file)
@@ -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