changeset 65375:0f39e01da672

* xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p flag in disabled rows below the window.
author Kim F. Storm <storm@cua.dk>
date Thu, 08 Sep 2005 22:57:16 +0000
parents de5656167077
children 22f4c45c6f2f
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Thu Sep 08 22:55:37 2005 +0000
+++ b/src/xdisp.c	Thu Sep 08 22:57:16 2005 +0000
@@ -13079,7 +13079,7 @@
 	  /* Disable lines in the current matrix which are now
 	     below the window.  */
 	  for (++row; row < bottom_row; ++row)
-	    row->enabled_p = 0;
+	    row->enabled_p = row->mode_line_p = 0;
 	}
 
       /* Update window_end_pos etc.; last_reused_text_row is the last