comparison src/insdel.c @ 12617:2a4a6e89558d

Comment change.
author Karl Heuer <kwzh@gnu.org>
date Thu, 20 Jul 1995 20:02:38 +0000
parents ac7375e60931
children e71c530e5ae5
comparison
equal deleted inserted replaced
12616:ca170048a679 12617:2a4a6e89558d
644 /* Relocate all markers pointing into the new, larger gap 644 /* Relocate all markers pointing into the new, larger gap
645 to point at the end of the text before the gap. */ 645 to point at the end of the text before the gap. */
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;
653 ZV -= numdel; 653 ZV -= numdel;
654 Z -= numdel; 654 Z -= numdel;