aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-07-20 20:02:38 +0000
committerKarl Heuer1995-07-20 20:02:38 +0000
commita7f38d28b20318ba55da1334783bb77f4d143d4f (patch)
tree32b9ec09d7f8b01304ba2474b175c968b54d8930 /src
parent398ffa926bb13afa13fa1f087b876263ac891939 (diff)
downloademacs-a7f38d28b20318ba55da1334783bb77f4d143d4f.tar.gz
emacs-a7f38d28b20318ba55da1334783bb77f4d143d4f.zip
Comment change.
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;