diff options
| author | Richard M. Stallman | 1995-11-25 03:02:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-25 03:02:09 +0000 |
| commit | 9a166e406cd2765ee33073f35ebb8bff56435407 (patch) | |
| tree | bc81526e913953a0d8eff3f8025f9d1e21cff25d /src | |
| parent | c30c8a0c8a7e3fa77d117a1be51691cdf86bdd9b (diff) | |
| download | emacs-9a166e406cd2765ee33073f35ebb8bff56435407.tar.gz emacs-9a166e406cd2765ee33073f35ebb8bff56435407.zip | |
(IT_set_menu_bar_lines): Clear last_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 8a52e4968eb..e3426b05b38 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -509,6 +509,7 @@ IT_set_menu_bar_lines (window, n) | |||
| 509 | { | 509 | { |
| 510 | struct window *w = XWINDOW (window); | 510 | struct window *w = XWINDOW (window); |
| 511 | 511 | ||
| 512 | XSETFASTINT (w->last_modified, 0); | ||
| 512 | XSETFASTINT (w->top, XFASTINT (w->top) + n); | 513 | XSETFASTINT (w->top, XFASTINT (w->top) + n); |
| 513 | XSETFASTINT (w->height, XFASTINT (w->height) - n); | 514 | XSETFASTINT (w->height, XFASTINT (w->height) - n); |
| 514 | 515 | ||