diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c index e6254cbdf6a..a737e9dceef 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -655,7 +655,7 @@ adjust_intervals_for_insertion (tree, position, length) | |||
| 655 | /* If both intervals are sticky here, then default to the | 655 | /* If both intervals are sticky here, then default to the |
| 656 | left-most one. But perhaps we should create a new | 656 | left-most one. But perhaps we should create a new |
| 657 | interval here instead... */ | 657 | interval here instead... */ |
| 658 | if (END_STICKY_P (prev)) | 658 | if (END_STICKY_P (prev) || ! FRONT_STICKY_P (i)) |
| 659 | i = prev; | 659 | i = prev; |
| 660 | } | 660 | } |
| 661 | 661 | ||