aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 540112e671..cc19b7606c 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3916,6 +3916,7 @@ redraws with point in the center of the current window.")
{
extern int frame_garbaged;
+ Fredraw_frame (w->frame);
SET_FRAME_GARBAGED (XFRAME (WINDOW_FRAME (w)));
XSETFASTINT (arg, ht / 2);
}