1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(reseat_1): Set iterator's end_charpos to ZV.

This commit is contained in:
Gerd Moellmann 2001-02-14 11:39:05 +00:00
parent dd4e0e557d
commit 78c663d858
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-02-14 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (reseat_1): Set iterator's end_charpos to ZV.
2001-02-13 Gerd Moellmann <gerd@gnu.org>
* insdel.c (del_range_1, del_range_byte, del_range_both): Handle

View File

@ -3716,6 +3716,7 @@ reseat_1 (it, pos, set_stop_p)
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;