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:
parent
47915f5ffd
commit
a59871e76d
1 changed files with 0 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue