emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/fringe.c
Date: Thu, 27 Oct 2005 11:03:55 -0400

Index: emacs/src/fringe.c
diff -c emacs/src/fringe.c:1.31 emacs/src/fringe.c:1.32
*** emacs/src/fringe.c:1.31     Sun Aug 21 21:48:22 2005
--- emacs/src/fringe.c  Thu Oct 27 15:03:53 2005
***************
*** 860,866 ****
  
              if (!done_bot)
                {
!                 if (MATRIX_ROW_END_CHARPOS (row) >= BUF_ZV (XBUFFER 
(w->buffer))
                      && !MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P (w, row))
                    row->indicate_eob_p = !NILP (boundary_bot), done_bot = 1;
                  else if (y + row->height >= yb)
--- 860,866 ----
  
              if (!done_bot)
                {
!                 if (row->ends_at_zv_p
                      && !MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P (w, row))
                    row->indicate_eob_p = !NILP (boundary_bot), done_bot = 1;
                  else if (y + row->height >= yb)




reply via email to

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