aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-30 12:36:21 +0000
committerRichard M. Stallman <[email protected]>1994-05-30 12:36:21 +0000
commit3c8c72e0457c1a67c5aafa9ca9bc7f15f8b24086 (patch)
tree7796a0335eeef5ad29e9ab6a632fec06a79952cc /src
parente485515b07b6284866689373db654007b631b6e2 (diff)
(redisplay): Limit prev change to pause != 0.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 6bc2507a47..e3e28d764e 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 ();
}