From: Richard M. Stallman Date: Mon, 30 May 1994 12:36:21 +0000 (+0000) Subject: (redisplay): Limit prev change to pause != 0. X-Git-Tag: emacs-19.34~8096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c8c72e0457c1a67c5aafa9ca9bc7f15f8b24086;p=emacs.git (redisplay): Limit prev change to pause != 0. --- diff --git a/src/xdisp.c b/src/xdisp.c index 6bc2507a47e..e3e28d764e6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -844,7 +844,7 @@ update: /* If we just did a pending size change, redisplay again for the new size. */ - if (windows_or_buffers_changed) + if (windows_or_buffers_changed && !pause) redisplay (); }