# HG changeset patch # User Kenichi Handa # Date 945262048 0 # Node ID a8f4cebb614d5ef6c4ac9a59d35012b0109b4190 # Parent 5d1bf698efc8e7798a78805177db5cb340701425 (code_convert_region): Fix the secoding arg to update_compositions. diff -r 5d1bf698efc8 -r a8f4cebb614d src/coding.c --- a/src/coding.c Wed Dec 15 00:53:45 1999 +0000 +++ b/src/coding.c Wed Dec 15 12:47:28 1999 +0000 @@ -4959,7 +4959,7 @@ if (replace) { signal_after_change (from, to - from, inserted); - update_compositions (from, to, CHECK_BORDER); + update_compositions (from, from + inserted, CHECK_BORDER); } {