diff options
Diffstat (limited to 'lisp/language/thai.el')
-rw-r--r-- | lisp/language/thai.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index addb4381e6d..17b62619be6 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el @@ -49,7 +49,9 @@ (input-method . "thai-kesmanee") (unibyte-display . thai-tis620) (features thai-util) - (sample-text . "Thai (,T@RIRd7B(B) ,TJ0GQ1J04U1$0CQ1:(B, ,TJ0GQ1J04U10$h1P(B") + (sample-text + . (thai-compose-string + (copy-sequence "Thai (,T@RIRd7B(B) ,TJ0GQ1J04U1$0CQ1:(B, ,TJ0GQ1J04U10$h1P(B"))) (documentation . t))) |