diff src/xselect.c @ 35336:002c02db42d3

Call redisplay_preserve_echo_area with additional arg.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 Jan 2001 12:42:22 +0000
parents 387dc44657f0
children 6bf3530c700d
line wrap: on
line diff
--- a/src/xselect.c	Tue Jan 16 12:38:28 2001 +0000
+++ b/src/xselect.c	Tue Jan 16 12:42:22 2001 +0000
@@ -849,7 +849,7 @@
 	for (; CONSP (rest); rest = Fcdr (rest))
 	  call1 (Fcar (rest), selection_symbol);
 	prepare_menu_bars ();
-	redisplay_preserve_echo_area ();
+	redisplay_preserve_echo_area (20);
       }
   }
 }
@@ -886,7 +886,7 @@
 #if 0 /* This can crash when deleting a frame
 	 from x_connection_closed.  Anyway, it seems unnecessary;
 	 something else should cause a redisplay.  */
-	  redisplay_preserve_echo_area ();
+	  redisplay_preserve_echo_area (21);
 #endif
 	}
 
@@ -908,7 +908,7 @@
 	    for (; CONSP (hooks); hooks = Fcdr (hooks))
 	      call1 (Fcar (hooks), selection_symbol);
 #if 0 /* See above */
-	    redisplay_preserve_echo_area ();
+	    redisplay_preserve_echo_area (22);
 #endif
 	  }
 	XCDR (rest) = Fcdr (XCDR (rest));