changeset 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 f60520f272bb
children 704dfca633dc
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;