changeset 13646:7714b87119a3

(IT_set_menu_bar_lines): Clear last_modified field.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Nov 1995 03:02:09 +0000
parents 9681c6008417
children 40e469e13255
files src/msdos.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);