From: Richard M. Stallman Date: Wed, 3 Aug 1994 23:20:26 +0000 (+0000) Subject: (x_make_frame_visible): Start one_in_four at 1. X-Git-Tag: emacs-19.34~7416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=133bbcd69023aa4aa1deaf81d05784df6a73aa74;p=emacs.git (x_make_frame_visible): Start one_in_four at 1. --- 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) so that incoming events are handled. */ { Lisp_Object frame; - int one_in_four = 0; + int one_in_four = 1; XSET (frame, Lisp_Frame, f); while (! f->async_visible) {