aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 15d6cf94b0e..72d10f9da23 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7980,6 +7980,9 @@ If PIXELS-P is non-nil, the return value is VSCROLL. */)
7980 7980
7981 /* Prevent redisplay shortcuts. */ 7981 /* Prevent redisplay shortcuts. */
7982 XBUFFER (w->contents)->prevent_redisplay_optimizations_p = true; 7982 XBUFFER (w->contents)->prevent_redisplay_optimizations_p = true;
7983
7984 /* Mark W for redisplay. (bug#55299) */
7985 wset_redisplay (w);
7983 } 7986 }
7984 } 7987 }
7985 7988