diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index c0acc738c78..da5e9c6e398 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -4156,7 +4156,6 @@ update_window (w, force_p) | |||
| 4156 | update_window_line (w, MATRIX_ROW_VPOS (mode_line_row, | 4156 | update_window_line (w, MATRIX_ROW_VPOS (mode_line_row, |
| 4157 | desired_matrix), | 4157 | desired_matrix), |
| 4158 | &mouse_face_overwritten_p); | 4158 | &mouse_face_overwritten_p); |
| 4159 | changed_p = 1; | ||
| 4160 | } | 4159 | } |
| 4161 | 4160 | ||
| 4162 | /* Find first enabled row. Optimizations in redisplay_internal | 4161 | /* Find first enabled row. Optimizations in redisplay_internal |
| @@ -4226,7 +4225,6 @@ update_window (w, force_p) | |||
| 4226 | { | 4225 | { |
| 4227 | header_line_row->y = 0; | 4226 | header_line_row->y = 0; |
| 4228 | update_window_line (w, 0, &mouse_face_overwritten_p); | 4227 | update_window_line (w, 0, &mouse_face_overwritten_p); |
| 4229 | changed_p = 1; | ||
| 4230 | } | 4228 | } |
| 4231 | 4229 | ||
| 4232 | /* Fix the appearance of overlapping/overlapped rows. */ | 4230 | /* Fix the appearance of overlapping/overlapped rows. */ |