/[emacs]/emacs/src/fringe.c
ViewVC logotype

Diff of /emacs/src/fringe.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by kfstorm, Sun Aug 21 21:48:22 2005 UTC revision 1.32 by cyd, Thu Oct 27 15:03:53 2005 UTC
# Line 860  update_window_fringes (w, keep_current_p Line 860  update_window_fringes (w, keep_current_p
860    
861                if (!done_bot)                if (!done_bot)
862                  {                  {
863                    if (MATRIX_ROW_END_CHARPOS (row) >= BUF_ZV (XBUFFER (w->buffer))                    if (row->ends_at_zv_p
864                        && !MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P (w, row))                        && !MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P (w, row))
865                      row->indicate_eob_p = !NILP (boundary_bot), done_bot = 1;                      row->indicate_eob_p = !NILP (boundary_bot), done_bot = 1;
866                    else if (y + row->height >= yb)                    else if (y + row->height >= yb)

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26