From: Richard M. Stallman Date: Sat, 25 Nov 1995 03:02:09 +0000 (+0000) Subject: (IT_set_menu_bar_lines): Clear last_modified field. X-Git-Tag: emacs-19.34~2214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a166e406cd2765ee33073f35ebb8bff56435407;p=emacs.git (IT_set_menu_bar_lines): Clear last_modified field. --- diff --git a/src/msdos.c b/src/msdos.c index 8a52e4968eb..e3426b05b38 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -509,6 +509,7 @@ IT_set_menu_bar_lines (window, n) { struct window *w = XWINDOW (window); + XSETFASTINT (w->last_modified, 0); XSETFASTINT (w->top, XFASTINT (w->top) + n); XSETFASTINT (w->height, XFASTINT (w->height) - n);