# HG changeset patch # User Richard M. Stallman # Date 817268529 0 # Node ID 7714b87119a3bed0499d602be2a58592a61fe823 # Parent 9681c6008417abdb476a2529263bdcb29c6eecf8 (IT_set_menu_bar_lines): Clear last_modified field. diff -r 9681c6008417 -r 7714b87119a3 src/msdos.c --- a/src/msdos.c Sat Nov 25 00:28:44 1995 +0000 +++ b/src/msdos.c Sat Nov 25 03:02:09 1995 +0000 @@ -509,6 +509,7 @@ { struct window *w = XWINDOW (window); + XSETFASTINT (w->last_modified, 0); XSETFASTINT (w->top, XFASTINT (w->top) + n); XSETFASTINT (w->height, XFASTINT (w->height) - n);