summaryrefslogtreecommitdiff
path: root/src/insdel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 1b9862c00c3..74f8503422b 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -556,6 +556,7 @@ del_range_1 (from, to, prepare)
if (Z - GPT < end_unchanged)
end_unchanged = Z - GPT;
+ evaporate_overlays (from);
signal_after_change (from, numdel, 0);
}