]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_make_frame_visible): Quit if requested, in loop at end.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Aug 1994 05:38:55 +0000 (05:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Aug 1994 05:38:55 +0000 (05:38 +0000)
src/xterm.c

index 7df40e7f0d7f7b05cb43879dc10865d8a2819040..3c15fb417da606f09ea8abe83d13476d6f288c5d 100644 (file)
@@ -5676,6 +5676,7 @@ x_make_frame_visible (f)
        /* 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