]> git.eshelyaron.com Git - emacs.git/commitdiff
(lao-composition-function): Fix args to compose-string.
authorKenichi Handa <handa@m17n.org>
Thu, 1 Jun 2000 07:03:07 +0000 (07:03 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 1 Jun 2000 07:03:07 +0000 (07:03 +0000)
lisp/language/lao-util.el

index 55f7940ef20595ac66758dcffa0ef80d2e5a2196..4f5cb960074ccb8e36ba5163b05d1ce5b53eb0d1 100644 (file)
@@ -495,7 +495,7 @@ The return value is number of composed characters."
   (if (< (1+ from) to)
       (prog1 (- to from)
        (if string
-           (compose-string from to)
+           (compose-string string from to)
          (compose-region from to))
        (- to from))))