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: Sat, 12 Feb 2005 13:36:02 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.977 emacs/src/xdisp.c:1.978
*** emacs/src/xdisp.c:1.977     Thu Feb 10 22:49:16 2005
--- emacs/src/xdisp.c   Sat Feb 12 18:36:01 2005
***************
*** 22090,22096 ****
              || (r.y >= y0 && r.y < y1)
              || (r.y + r.height > y0 && r.y + r.height < y1))
            {
!             if (row->overlapping_p)
                {
                  if (first_overlapping_row == NULL)
                    first_overlapping_row = row;
--- 22090,22098 ----
              || (r.y >= y0 && r.y < y1)
              || (r.y + r.height > y0 && r.y + r.height < y1))
            {
!             /* A header line may be overlapping, but there is no need
!                to fix overlapping areas for them.  KFS 2005-02-12 */
!             if (row->overlapping_p && !row->mode_line_p)
                {
                  if (first_overlapping_row == NULL)
                    first_overlapping_row = row;




reply via email to

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