# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1146445861 0 # Node ID c39f344060aaab88351b4633963116beabd979cf # Parent ca785b8f7171b1a2e6f13729f0e44c55de756159 (update_window): Don't set changed_p when mode/header line is updated. diff -r ca785b8f7171 -r c39f344060aa src/dispnew.c --- a/src/dispnew.c Mon May 01 01:10:29 2006 +0000 +++ b/src/dispnew.c Mon May 01 01:11:01 2006 +0000 @@ -4156,7 +4156,6 @@ 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 @@ { header_line_row->y = 0; update_window_line (w, 0, &mouse_face_overwritten_p); - changed_p = 1; } /* Fix the appearance of overlapping/overlapped rows. */