aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 18a2d6e11b6..983e14eb7fb 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -646,7 +646,7 @@ del_range_1 (from, to, prepare)
646 adjust_markers (to + GAP_SIZE, to + GAP_SIZE, - numdel - GAP_SIZE); 646 adjust_markers (to + GAP_SIZE, to + GAP_SIZE, - numdel - GAP_SIZE);
647 647
648 /* Adjust the overlay center as needed. This must be done after 648 /* Adjust the overlay center as needed. This must be done after
649 adjusting the markers that bound the overlays. */ 649 adjusting the markers that bound the overlays. */
650 adjust_overlays_for_delete (from, numdel); 650 adjust_overlays_for_delete (from, numdel);
651 651
652 GAP_SIZE += numdel; 652 GAP_SIZE += numdel;