Mercurial > emacs
changeset 29360:e7c2078f7777
(thai-composition-function): Fix args to compose-string.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 01 Jun 2000 07:02:41 +0000 |
parents | 90bf709a2d1c |
children | a459df8781d0 |
files | lisp/language/thai-util.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/thai-util.el Thu Jun 01 07:02:10 2000 +0000 +++ b/lisp/language/thai-util.el Thu Jun 01 07:02:41 2000 +0000 @@ -197,7 +197,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))))