changeset 26900:a8f4cebb614d

(code_convert_region): Fix the secoding arg to update_compositions.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Dec 1999 12:47:28 +0000
parents 5d1bf698efc8
children cfaf05bc5ac2
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }
 
   {