From: Richard M. Stallman Date: Mon, 16 Sep 1996 06:31:45 +0000 (+0000) Subject: (IT_set_menu_bar_lines): Clear last_overlay_modified field. X-Git-Tag: emacs-20.1~3734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3280297aac7d358434c4348fcdcb1b23323638b1;p=emacs.git (IT_set_menu_bar_lines): Clear last_overlay_modified field. --- diff --git a/src/msdos.c b/src/msdos.c index 447e6a5d203..99695db3329 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -690,6 +690,7 @@ IT_set_menu_bar_lines (window, n) struct window *w = XWINDOW (window); XSETFASTINT (w->last_modified, 0); + XSETFASTINT (w->last_overlay_modified, 0); XSETFASTINT (w->top, XFASTINT (w->top) + n); XSETFASTINT (w->height, XFASTINT (w->height) - n);