summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-19 05:38:55 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-19 05:38:55 +0000
commitf7765460672aff6afecc47ca699e2eca6433963e (patch)
tree8f248fafacdec7f4321f3b1753e29a3ed4cf7232 /src/xterm.c
parentffc74f20c91fe34c70facda5da4ee05ac2c80c56 (diff)
downloademacs-f7765460672aff6afecc47ca699e2eca6433963e.tar.gz
(x_make_frame_visible): Quit if requested, in loop at end.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
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