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

Diff of /emacs/src/xdisp.c

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

revision 1.979 by rms, Tue Feb 15 06:49:12 2005 UTC revision 1.980 by kfstorm, Tue Feb 15 23:04:45 2005 UTC
# Line 5819  move_it_in_display_line_to (it, to_charp Line 5819  move_it_in_display_line_to (it, to_charp
5819    saved_glyph_row = it->glyph_row;    saved_glyph_row = it->glyph_row;
5820    it->glyph_row = NULL;    it->glyph_row = NULL;
5821    
5822  #define BUFFER_POS_REACHED_P()                  \  #define BUFFER_POS_REACHED_P()                                  \
5823    ((op & MOVE_TO_POS) != 0                      \    ((op & MOVE_TO_POS) != 0                                      \
5824     && BUFFERP (it->object)                      \     && BUFFERP (it->object)                                      \
5825     && IT_CHARPOS (*it) >= to_charpos            \     && IT_CHARPOS (*it) >= to_charpos                            \
5826     && it->method == next_element_from_buffer)     && (it->method == next_element_from_buffer ||                \
5827           (it->method == next_element_from_display_vector &&       \
5828            it->dpvec + it->current.dpvec_index + 1 >= it->dpend)))
5829    
5830    
5831    while (1)    while (1)
5832      {      {

Legend:
Removed from v.1.979  
changed lines
  Added in v.1.980

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