(code_convert_region): Fix previous change.
This commit is contained in:
parent
8b52e89266
commit
7cf8c582dd
1 changed files with 1 additions and 1 deletions
|
@ -4258,9 +4258,9 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, adjust)
|
|||
that, we increase byte positions of position keepers
|
||||
whose char positions are GPT. */
|
||||
int byte_increase;
|
||||
p1 = GPT_ADDR + 2, pmax = p0 + 1 + inserted_byte;
|
||||
Lisp_Object tail;
|
||||
|
||||
p1 = GPT_ADDR + 2, pmax = p0 + 1 + inserted_byte;
|
||||
while (! CHAR_HEAD_P (*p1) && p1 < pmax) p1++;
|
||||
/* Now, codes from P0 to P1 constitute a single
|
||||
multibyte character. */
|
||||
|
|
Loading…
Add table
Reference in a new issue