Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1049 emacs/src/xdisp.c:1.1050
*** emacs/src/xdisp.c:1.1049    Thu Sep  8 22:29:49 2005
--- emacs/src/xdisp.c   Thu Sep  8 22:57:16 2005
***************
*** 13079,13085 ****
          /* Disable lines in the current matrix which are now
             below the window.  */
          for (++row; row < bottom_row; ++row)
!           row->enabled_p = 0;
        }
  
        /* Update window_end_pos etc.; last_reused_text_row is the last
--- 13079,13085 ----
          /* Disable lines in the current matrix which are now
             below the window.  */
          for (++row; row < bottom_row; ++row)
!           row->enabled_p = row->mode_line_p = 0;
        }
  
        /* Update window_end_pos etc.; last_reused_text_row is the last


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to