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: Tue, 15 Feb 2005 18:04:45 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.979 emacs/src/xdisp.c:1.980
*** emacs/src/xdisp.c:1.979     Tue Feb 15 06:49:12 2005
--- emacs/src/xdisp.c   Tue Feb 15 23:04:45 2005
***************
*** 5819,5829 ****
    saved_glyph_row = it->glyph_row;
    it->glyph_row = NULL;
  
! #define BUFFER_POS_REACHED_P()                        \
!   ((op & MOVE_TO_POS) != 0                    \
!    && BUFFERP (it->object)                    \
!    && IT_CHARPOS (*it) >= to_charpos          \
!    && it->method == next_element_from_buffer)
  
    while (1)
      {
--- 5819,5832 ----
    saved_glyph_row = it->glyph_row;
    it->glyph_row = NULL;
  
! #define BUFFER_POS_REACHED_P()                                        \
!   ((op & MOVE_TO_POS) != 0                                    \
!    && BUFFERP (it->object)                                    \
!    && IT_CHARPOS (*it) >= to_charpos                          \
!    && (it->method == next_element_from_buffer ||              \
!        (it->method == next_element_from_display_vector &&     \
!       it->dpvec + it->current.dpvec_index + 1 >= it->dpend)))
! 
  
    while (1)
      {




reply via email to

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