aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 6bc2507a47e..e3e28d764e6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -844,7 +844,7 @@ update:
844 844
845 /* If we just did a pending size change, redisplay again 845 /* If we just did a pending size change, redisplay again
846 for the new size. */ 846 for the new size. */
847 if (windows_or_buffers_changed) 847 if (windows_or_buffers_changed && !pause)
848 redisplay (); 848 redisplay ();
849} 849}
850 850