From 7d92db58826b2333e7c318251dc178fa99fc32cc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Jan 1998 23:12:03 +0000 Subject: [PATCH] (make_gap): Set GPT_BYTE along with GPT. --- src/insdel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/insdel.c b/src/insdel.c index ae05a5ffe87..ded0fca99d8 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -524,6 +524,7 @@ make_gap (nbytes_added) /* 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. -- 2.39.5