# HG changeset patch # User Richard M. Stallman # Date 883782723 0 # Node ID 928b9aff1e644850d98d62fcf214f98cd7b27f24 # Parent b46523ef0e0a5a04058c8007b61b89fd64d0c508 (make_gap): Set GPT_BYTE along with GPT. diff -r b46523ef0e0a -r 928b9aff1e64 src/insdel.c --- a/src/insdel.c Fri Jan 02 23:04:39 1998 +0000 +++ b/src/insdel.c Fri Jan 02 23:12:03 1998 +0000 @@ -524,6 +524,7 @@ /* Call the newly allocated space a gap at the end of the whole space. */ GPT = Z + GAP_SIZE; + GPT_BYTE = Z_BYTE + GAP_SIZE; GAP_SIZE = nbytes_added; /* Move the new gap down to be consecutive with the end of the old one.