comparison src/xdisp.c @ 36078:ce9ce37af2cb

(reseat_1): Set iterator's end_charpos to ZV.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 14 Feb 2001 11:38:36 +0000
parents ce76268f843e
children df2b74b0a766
comparison
equal deleted inserted replaced
36077:f60520f272bb 36078:ce9ce37af2cb
3714 /* POS must be a reasonable value. */ 3714 /* POS must be a reasonable value. */
3715 xassert (CHARPOS (pos) >= BEGV && CHARPOS (pos) <= ZV); 3715 xassert (CHARPOS (pos) >= BEGV && CHARPOS (pos) <= ZV);
3716 3716
3717 it->current.pos = it->position = pos; 3717 it->current.pos = it->position = pos;
3718 XSETBUFFER (it->object, current_buffer); 3718 XSETBUFFER (it->object, current_buffer);
3719 it->end_charpos = ZV;
3719 it->dpvec = NULL; 3720 it->dpvec = NULL;
3720 it->current.dpvec_index = -1; 3721 it->current.dpvec_index = -1;
3721 it->current.overlay_string_index = -1; 3722 it->current.overlay_string_index = -1;
3722 IT_STRING_CHARPOS (*it) = -1; 3723 IT_STRING_CHARPOS (*it) = -1;
3723 IT_STRING_BYTEPOS (*it) = -1; 3724 IT_STRING_BYTEPOS (*it) = -1;