Mercurial > emacs
changeset 16210:4c03f0e575d7
(IT_set_menu_bar_lines): Clear last_overlay_modified field.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 16 Sep 1996 06:31:45 +0000 |
parents | 40552cb9a45d |
children | ff05c19e81ac |
files | src/msdos.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msdos.c Mon Sep 16 06:31:10 1996 +0000 +++ b/src/msdos.c Mon Sep 16 06:31:45 1996 +0000 @@ -690,6 +690,7 @@ 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);