# HG changeset patch # User Gerd Moellmann # Date 982150716 0 # Node ID ce9ce37af2cb870af1ca669419fcb296d9b35e22 # Parent f60520f272bbeb1519bdd17da1e06efb9f371640 (reseat_1): Set iterator's end_charpos to ZV. diff -r f60520f272bb -r ce9ce37af2cb src/xdisp.c --- a/src/xdisp.c Tue Feb 13 20:08:37 2001 +0000 +++ b/src/xdisp.c Wed Feb 14 11:38:36 2001 +0000 @@ -3716,6 +3716,7 @@ it->current.pos = it->position = pos; XSETBUFFER (it->object, current_buffer); + it->end_charpos = ZV; it->dpvec = NULL; it->current.dpvec_index = -1; it->current.overlay_string_index = -1;