diff options
author | Dave Love <fx@gnu.org> | 2002-06-06 11:32:53 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-06-06 11:32:53 +0000 |
commit | 2d13c2676f15311f52da91c9365c0bf7f7965703 (patch) | |
tree | d7aba006fe453f93dd4a13d09cf3ce618f744031 /lisp/language/thai.el | |
parent | 2fd9811297f9a29b2e9b6329ee8795205efcfe85 (diff) | |
download | emacs-2d13c2676f15311f52da91c9365c0bf7f7965703.tar.gz |
("Thai"): Add cp874, iso-8859-11 coding
systems.
Diffstat (limited to 'lisp/language/thai.el')
-rw-r--r-- | lisp/language/thai.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index c9674b28901..754fb2e3f51 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el @@ -42,7 +42,7 @@ (set-language-info-alist "Thai" '((tutorial . "TUTORIAL.th") (charset thai-tis620) - (coding-system thai-tis620) + (coding-system thai-tis620 iso-8859-11 cp874) (coding-priority thai-tis620) (nonascii-translation . tis620-2533) (input-method . "thai-kesmanee") |