]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
authorKim F. Storm <storm@cua.dk>
Thu, 8 Sep 2005 22:57:16 +0000 (22:57 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 8 Sep 2005 22:57:16 +0000 (22:57 +0000)
flag in disabled rows below the window.

src/xdisp.c

index 324e7e29f070b6579b9c317c428a165734f6cc4e..f06121a475cf6123fc4af411601e84e5af2b3b69 100644 (file)
@@ -13079,7 +13079,7 @@ try_window_reusing_current_matrix (w)
          /* 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