aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-08-25 21:12:38 +0000
committerGerd Moellmann <[email protected]>1999-08-25 21:12:38 +0000
commit527b6458ed31b7844ce5fa6260a9e43e184700c8 (patch)
tree77a8df042918731a8db3d44b5f2a2648e5c63fa6 /src/window.c
parent5878ee6fc41906578910f760f098452b1880b792 (diff)
(Frecenter): Clear frame if called with nil or no arg.
Diffstat (limited to 'src/window.c')
-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);
}