aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-03 23:20:26 +0000
committerRichard M. Stallman1994-08-03 23:20:26 +0000
commit133bbcd69023aa4aa1deaf81d05784df6a73aa74 (patch)
tree701264cee7929398572e61f98827d60576a645b8 /src/xterm.c
parent06e8cf7450a38c178bb34407bac589654e79fb2d (diff)
downloademacs-133bbcd69023aa4aa1deaf81d05784df6a73aa74.tar.gz
emacs-133bbcd69023aa4aa1deaf81d05784df6a73aa74.zip
(x_make_frame_visible): Start one_in_four at 1.
Diffstat (limited to 'src/xterm.c')
-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 {