emacs-diffs
[Top][All Lists]
Advanced

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

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


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Mon, 01 May 2006 01:11:01 +0000

Index: emacs/src/dispnew.c
diff -u emacs/src/dispnew.c:1.362 emacs/src/dispnew.c:1.363
--- emacs/src/dispnew.c:1.362   Wed Apr 12 06:23:11 2006
+++ emacs/src/dispnew.c Mon May  1 01:11:01 2006
@@ -4156,7 +4156,6 @@
          update_window_line (w, MATRIX_ROW_VPOS (mode_line_row,
                                                  desired_matrix),
                              &mouse_face_overwritten_p);
-         changed_p = 1;
        }
 
       /* Find first enabled row.  Optimizations in redisplay_internal
@@ -4226,7 +4225,6 @@
        {
          header_line_row->y = 0;
          update_window_line (w, 0, &mouse_face_overwritten_p);
-         changed_p = 1;
        }
 
       /* Fix the appearance of overlapping/overlapped rows.  */




reply via email to

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