# HG changeset patch # User Kenichi Handa # Date 888998714 0 # Node ID 926174c7283a9b2295724716b06d169c336be100 # Parent dc937790966c13bbcc94c3a662aa41c8699a3d8c (code_convert_region): Fix previous change. diff -r dc937790966c -r 926174c7283a src/coding.c --- a/src/coding.c Wed Mar 04 07:42:24 1998 +0000 +++ b/src/coding.c Wed Mar 04 08:05:14 1998 +0000 @@ -4258,9 +4258,9 @@ that, we increase byte positions of position keepers whose char positions are GPT. */ int byte_increase; + Lisp_Object tail; + p1 = GPT_ADDR + 2, pmax = p0 + 1 + inserted_byte; - Lisp_Object tail; - while (! CHAR_HEAD_P (*p1) && p1 < pmax) p1++; /* Now, codes from P0 to P1 constitute a single multibyte character. */