diff leim/quail/thai.el @ 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 cd1cb9bf30e1
children cd529b4126c1
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))