mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 03:06:23 -08:00
(x_make_frame_visible): Quit if requested, in loop at end.
This commit is contained in:
parent
ffc74f20c9
commit
f776546067
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue