diff options
| -rw-r--r-- | lisp/language/thai.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index 6b5df5c08b6..c14d0005a72 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2002, 2005 |
| 4 | ;; Licensed to the Free Software Foundation. | ||
| 5 | ;; Copyright (C) 2005 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 5 | ;; Registration Number H14PRO021 |
| 6 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | ;; Keywords: multilingual, Thai | 8 | ;; Keywords: multilingual, Thai |
| 10 | 9 | ||
| @@ -53,6 +52,8 @@ | |||
| 53 | (input-method . "thai-kesmanee") | 52 | (input-method . "thai-kesmanee") |
| 54 | (unibyte-display . thai-tis620) | 53 | (unibyte-display . thai-tis620) |
| 55 | (features thai-util) | 54 | (features thai-util) |
| 55 | (setup-function . setup-thai-language-environment-internal) | ||
| 56 | (exit-function . exit-thai-language-environment-internal) | ||
| 56 | (sample-text | 57 | (sample-text |
| 57 | . (thai-compose-string | 58 | . (thai-compose-string |
| 58 | (copy-sequence "Thai (,T@RIRd7B(B) ,TJ0GQ1J04U1$0CQ1:(B, ,TJ0GQ1J04U10$h1P(B"))) | 59 | (copy-sequence "Thai (,T@RIRd7B(B) ,TJ0GQ1J04U1$0CQ1:(B, ,TJ0GQ1J04U10$h1P(B"))) |