aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-16 06:31:45 +0000
committerRichard M. Stallman <[email protected]>1996-09-16 06:31:45 +0000
commit3280297aac7d358434c4348fcdcb1b23323638b1 (patch)
tree802429c657c4754eac10ec0f13af6e6f66368951 /src
parentbade65fd579cc2a246f98f94cb8089295d6c3df8 (diff)
(IT_set_menu_bar_lines): Clear last_overlay_modified field.
Diffstat (limited to 'src')
-rw-r--r--src/msdos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 447e6a5d20..99695db332 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);