]> git.eshelyaron.com Git - emacs.git/commitdiff
(IT_set_menu_bar_lines): Clear last_modified field.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Nov 1995 03:02:09 +0000 (03:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Nov 1995 03:02:09 +0000 (03:02 +0000)
src/msdos.c

index 8a52e4968ebca1c431660741472a7956752fc19c..e3426b05b381192db0b277e07e781da87c80dc62 100644 (file)
@@ -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);