diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-19 05:38:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-19 05:38:55 +0000 |
commit | f7765460672aff6afecc47ca699e2eca6433963e (patch) | |
tree | 8f248fafacdec7f4321f3b1753e29a3ed4cf7232 /src/xterm.c | |
parent | ffc74f20c91fe34c70facda5da4ee05ac2c80c56 (diff) | |
download | emacs-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.c | 1 |
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 |