From: Gerd Moellmann Date: Wed, 25 Aug 1999 21:12:38 +0000 (+0000) Subject: (Frecenter): Clear frame if called with nil or no arg. X-Git-Tag: emacs-pretest-21.0.90~7039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=527b6458ed31b7844ce5fa6260a9e43e184700c8;p=emacs.git (Frecenter): Clear frame if called with nil or no arg. --- 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.") { extern int frame_garbaged; + Fredraw_frame (w->frame); SET_FRAME_GARBAGED (XFRAME (WINDOW_FRAME (w))); XSETFASTINT (arg, ht / 2); }