mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(make_gap): Set GPT_BYTE along with GPT.
This commit is contained in:
parent
c5059c2cf2
commit
7d92db5882
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue