(find_field):
Use the correct overlay marker when checking after_overlay's start ins type.
This commit is contained in:
parent
1d5f4c1de4
commit
2480a59bda
1 changed files with 2 additions and 1 deletions
|
@ -442,7 +442,8 @@ find_field (pos, merge_at_boundary, beg, end)
|
|||
also eat insertions here, but then they will overlap, and
|
||||
there's not much we can do. */
|
||||
stickiness = -1;
|
||||
else if (aop && XMARKER(OVERLAY_END(after_overlay))->insertion_type == 0)
|
||||
else if (aop
|
||||
&& XMARKER (OVERLAY_START (after_overlay))->insertion_type == 0)
|
||||
/* after_field is from an overlay, which expand to contain
|
||||
start-insertions. */
|
||||
stickiness = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue