aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-25 21:12:38 +0000
committerGerd Moellmann1999-08-25 21:12:38 +0000
commit527b6458ed31b7844ce5fa6260a9e43e184700c8 (patch)
tree77a8df042918731a8db3d44b5f2a2648e5c63fa6 /src
parent5878ee6fc41906578910f760f098452b1880b792 (diff)
downloademacs-527b6458ed31b7844ce5fa6260a9e43e184700c8.tar.gz
emacs-527b6458ed31b7844ce5fa6260a9e43e184700c8.zip
(Frecenter): Clear frame if called with nil or no arg.
Diffstat (limited to 'src')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 540112e671d..cc19b7606cf 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3916,6 +3916,7 @@ redraws with point in the center of the current window.")
3916 { 3916 {
3917 extern int frame_garbaged; 3917 extern int frame_garbaged;
3918 3918
3919 Fredraw_frame (w->frame);
3919 SET_FRAME_GARBAGED (XFRAME (WINDOW_FRAME (w))); 3920 SET_FRAME_GARBAGED (XFRAME (WINDOW_FRAME (w)));
3920 XSETFASTINT (arg, ht / 2); 3921 XSETFASTINT (arg, ht / 2);
3921 } 3922 }