Mercurial > emacs
changeset 31304:6776ea662537
(thai-generate-quail-map): If the length of
translation is more than one, compose it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 31 Aug 2000 00:51:49 +0000 |
parents | 59a63d835614 |
children | aaae505ca52b |
files | leim/quail/thai.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/quail/thai.el Thu Aug 31 00:51:29 2000 +0000 +++ b/leim/quail/thai.el Thu Aug 31 00:51:49 2000 +0000 @@ -51,7 +51,7 @@ nil (if (> (length trans) 1) (setq ptype 'voweltone - trans (vector trans)) + trans (vector (compose-string trans))) (setq ptype (get-char-code-property (aref trans 0) 'phonetic-type)) (cond ((memq ptype '(vowel-upper vowel-lower)) (setq ptype 'vowel))