summaryrefslogtreecommitdiff
path: root/src/msdos.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-16 06:31:45 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-16 06:31:45 +0000
commit4ebd74c961410cfc0804664c7e897e484f1d46b7 (patch)
tree7067b4f296d962959571c249f67104f627c3ed00 /src/msdos.c
parentff2c29c2a4a892aa2d436ce75840e8a482e801fc (diff)
downloademacs-4ebd74c961410cfc0804664c7e897e484f1d46b7.tar.gz
(IT_set_menu_bar_lines): Clear last_overlay_modified field.
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c1
1 files changed, 1 insertions, 0 deletions
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);