emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Thu, 08 Sep 2005 18:57:17 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]