changeset 8567:5447a2a6972e

(x_make_frame_visible): Quit if requested, in loop at end.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Aug 1994 05:38:55 +0000
parents ce5ba216927d
children 1e700f134344
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri Aug 19 04:38:14 1994 +0000
+++ b/src/xterm.c	Fri Aug 19 05:38:55 1994 +0000
@@ -5676,6 +5676,7 @@
 	/* On HPUX on the HP800, the sleep is needed sometimes.  */
 	if ((one_in_four & 3) == 0)
 	  {
+	    QUIT;
 #ifdef EMACS_HAS_USECS
 	    Fsleep_for (make_number (1), make_number (0));
 #else