From f7765460672aff6afecc47ca699e2eca6433963e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 19 Aug 1994 05:38:55 +0000 Subject: [PATCH] (x_make_frame_visible): Quit if requested, in loop at end. --- src/xterm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xterm.c b/src/xterm.c index 7df40e7f0d7..3c15fb417da 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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