diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/insdel.c b/src/insdel.c index 60cfefd1af7..17660c962dc 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -1656,10 +1656,6 @@ adjust_after_replace (from, from_byte, prev_text, len, len_byte) | |||
| 1656 | if (BUF_INTERVALS (current_buffer) != 0) | 1656 | if (BUF_INTERVALS (current_buffer) != 0) |
| 1657 | { | 1657 | { |
| 1658 | offset_intervals (current_buffer, from, len - nchars_del); | 1658 | offset_intervals (current_buffer, from, len - nchars_del); |
| 1659 | if (len - nchars_del > 0) | ||
| 1660 | Fset_text_properties (make_number (from), | ||
| 1661 | make_number (from + len - nchars_del), | ||
| 1662 | Qnil, Qnil); | ||
| 1663 | } | 1659 | } |
| 1664 | #endif | 1660 | #endif |
| 1665 | 1661 | ||