diff options
| author | Richard M. Stallman | 1994-08-19 05:38:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-19 05:38:55 +0000 |
| commit | f7765460672aff6afecc47ca699e2eca6433963e (patch) | |
| tree | 8f248fafacdec7f4321f3b1753e29a3ed4cf7232 /src/xterm.c | |
| parent | ffc74f20c91fe34c70facda5da4ee05ac2c80c56 (diff) | |
| download | emacs-f7765460672aff6afecc47ca699e2eca6433963e.tar.gz emacs-f7765460672aff6afecc47ca699e2eca6433963e.zip | |
(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) | |||
| 5676 | /* On HPUX on the HP800, the sleep is needed sometimes. */ | 5676 | /* On HPUX on the HP800, the sleep is needed sometimes. */ |
| 5677 | if ((one_in_four & 3) == 0) | 5677 | if ((one_in_four & 3) == 0) |
| 5678 | { | 5678 | { |
| 5679 | QUIT; | ||
| 5679 | #ifdef EMACS_HAS_USECS | 5680 | #ifdef EMACS_HAS_USECS |
| 5680 | Fsleep_for (make_number (1), make_number (0)); | 5681 | Fsleep_for (make_number (1), make_number (0)); |
| 5681 | #else | 5682 | #else |