(IT_set_menu_bar_lines): Clear last_modified field.

This commit is contained in:
Richard M. Stallman 1995-11-25 03:02:09 +00:00
parent c30c8a0c8a
commit 9a166e406c

View file

@ -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);