changeset 29361:a459df8781d0

(lao-composition-function): Fix args to compose-string.
author Kenichi Handa <handa@m17n.org>
date Thu, 01 Jun 2000 07:03:07 +0000
parents e7c2078f7777
children 038c13f83357
files lisp/language/lao-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/lao-util.el	Thu Jun 01 07:02:41 2000 +0000
+++ b/lisp/language/lao-util.el	Thu Jun 01 07:03:07 2000 +0000
@@ -495,7 +495,7 @@
   (if (< (1+ from) to)
       (prog1 (- to from)
 	(if string
-	    (compose-string from to)
+	    (compose-string string from to)
 	  (compose-region from to))
 	(- to from))))