1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 11:21:19 -07:00

(update_window): Don't set changed_p when mode/header

line is updated.
This commit is contained in:
YAMAMOTO Mitsuharu 2006-05-01 01:11:01 +00:00
parent 47915f5ffd
commit a59871e76d

View file

@ -4156,7 +4156,6 @@ update_window (w, force_p)
update_window_line (w, MATRIX_ROW_VPOS (mode_line_row,
desired_matrix),
&mouse_face_overwritten_p);
changed_p = 1;
}
/* Find first enabled row. Optimizations in redisplay_internal
@ -4226,7 +4225,6 @@ update_window (w, force_p)
{
header_line_row->y = 0;
update_window_line (w, 0, &mouse_face_overwritten_p);
changed_p = 1;
}
/* Fix the appearance of overlapping/overlapped rows. */