summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-25 03:02:09 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-25 03:02:09 +0000
commit736c467fb4bb1a8f44f7664cd338e2115bd255bb (patch)
tree07e22d405c189e8d85000d663c34c8dca7133b8b
parent6d16abd5c84b7f970ef9d9e5dc32616babdbc055 (diff)
downloademacs-736c467fb4bb1a8f44f7664cd338e2115bd255bb.tar.gz
(IT_set_menu_bar_lines): Clear last_modified field.
-rw-r--r--src/msdos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 8a52e4968eb..e3426b05b38 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -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);