From: Kim F. Storm Date: Thu, 8 Sep 2005 22:57:16 +0000 (+0000) Subject: * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p X-Git-Tag: emacs-pretest-22.0.90~7222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49c560366c80a7df77dd630f4de1ad3da3287882;p=emacs.git * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p flag in disabled rows below the window. --- diff --git a/src/xdisp.c b/src/xdisp.c index 324e7e29f07..f06121a475c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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