diff options
| author | Richard M. Stallman | 1996-09-16 06:31:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-16 06:31:45 +0000 |
| commit | 3280297aac7d358434c4348fcdcb1b23323638b1 (patch) | |
| tree | 802429c657c4754eac10ec0f13af6e6f66368951 /src | |
| parent | bade65fd579cc2a246f98f94cb8089295d6c3df8 (diff) | |
| download | emacs-3280297aac7d358434c4348fcdcb1b23323638b1.tar.gz emacs-3280297aac7d358434c4348fcdcb1b23323638b1.zip | |
(IT_set_menu_bar_lines): Clear last_overlay_modified field.
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.c | 1 |
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) | |||
| 690 | struct window *w = XWINDOW (window); | 690 | struct window *w = XWINDOW (window); |
| 691 | 691 | ||
| 692 | XSETFASTINT (w->last_modified, 0); | 692 | XSETFASTINT (w->last_modified, 0); |
| 693 | XSETFASTINT (w->last_overlay_modified, 0); | ||
| 693 | XSETFASTINT (w->top, XFASTINT (w->top) + n); | 694 | XSETFASTINT (w->top, XFASTINT (w->top) + n); |
| 694 | XSETFASTINT (w->height, XFASTINT (w->height) - n); | 695 | XSETFASTINT (w->height, XFASTINT (w->height) - n); |
| 695 | 696 | ||