mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
(reseat_1): Set iterator's end_charpos to ZV.
This commit is contained in:
parent
dd4e0e557d
commit
78c663d858
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue