(Frecenter): Clear frame if called with nil or no arg.

This commit is contained in:
Gerd Moellmann 1999-08-25 21:12:38 +00:00
parent 5878ee6fc4
commit 527b6458ed

View file

@ -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);
}