changeset 12628:397f6d4852ff

(command_loop_1): Clear echo area after 2 sec only if the minibuffer is in the same place as the echo area.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jul 1995 07:47:25 +0000
parents c7bc7a24b1ff
children 55241c80f448
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Fri Jul 21 07:46:14 1995 +0000
+++ b/src/keyboard.c	Fri Jul 21 07:47:25 1995 +0000
@@ -1110,7 +1110,8 @@
       /* If minibuffer on and echo area in use,
 	 wait 2 sec and redraw minibuffer.  */
 
-      if (minibuf_level && echo_area_glyphs)
+      if (minibuf_level && echo_area_glyphs
+	  && EQ (minibuf_window, echo_area_window))
 	{
 	  /* Bind inhibit-quit to t so that C-g gets read in
 	     rather than quitting back to the minibuffer.  */