From 3c8c72e0457c1a67c5aafa9ca9bc7f15f8b24086 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 May 1994 12:36:21 +0000 Subject: [PATCH] (redisplay): Limit prev change to pause != 0. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } -- 2.39.5