changeset 70300:c39f344060aa

(update_window): Don't set changed_p when mode/header line is updated.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 01 May 2006 01:11:01 +0000
parents ca785b8f7171
children 9547c2b60f39
files src/dispnew.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.  */