# HG changeset patch # User Gerd Moellmann # Date 935615558 0 # Node ID 857e8b5b1194bfa31bce961c593efc5bbb9e1041 # Parent 3f78f1fed4e0e37b427a8d903e0630f72934719c (Frecenter): Clear frame if called with nil or no arg. diff -r 3f78f1fed4e0 -r 857e8b5b1194 src/window.c --- a/src/window.c Wed Aug 25 21:12:36 1999 +0000 +++ b/src/window.c Wed Aug 25 21:12:38 1999 +0000 @@ -3916,6 +3916,7 @@ { extern int frame_garbaged; + Fredraw_frame (w->frame); SET_FRAME_GARBAGED (XFRAME (WINDOW_FRAME (w))); XSETFASTINT (arg, ht / 2); }