aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index ac6bb48be1d..09c05dbf297 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5671,7 +5671,7 @@ x_make_frame_visible (f)
5671 so that incoming events are handled. */ 5671 so that incoming events are handled. */
5672 { 5672 {
5673 Lisp_Object frame; 5673 Lisp_Object frame;
5674 int one_in_four = 0; 5674 int one_in_four = 1;
5675 XSET (frame, Lisp_Frame, f); 5675 XSET (frame, Lisp_Frame, f);
5676 while (! f->async_visible) 5676 while (! f->async_visible)
5677 { 5677 {