diff options
| author | YAMAMOTO Mitsuharu | 2006-05-01 01:11:01 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-05-01 01:11:01 +0000 |
| commit | a59871e76d23e765c7bb36c4a6a06a4147a0bbff (patch) | |
| tree | 980dbdf7e39c17f8bcad3202856ac78341276ecc /src | |
| parent | 47915f5ffd18150b85edb6beb07f816dc950f5b5 (diff) | |
| download | emacs-a59871e76d23e765c7bb36c4a6a06a4147a0bbff.tar.gz emacs-a59871e76d23e765c7bb36c4a6a06a4147a0bbff.zip | |
(update_window): Don't set changed_p when mode/header
line is updated.
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. */ |