summaryrefslogtreecommitdiff
path: root/lisp/language/thai.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-10-23 12:03:41 +0000
committerKenichi Handa <handa@m17n.org>1997-10-23 12:03:41 +0000
commit1763c50caa3732ac100ea9258df0cce7fa2a24c0 (patch)
tree6ab68c197b64bad56711790bdbe4cc056fa000e8 /lisp/language/thai.el
parentc8f0d090d075bbaf3553a7addcbfaad18e7fcb6d (diff)
downloademacs-1763c50caa3732ac100ea9258df0cce7fa2a24c0.tar.gz
emacs-1763c50caa3732ac100ea9258df0cce7fa2a24c0.tar.bz2
emacs-1763c50caa3732ac100ea9258df0cce7fa2a24c0.zip
Give proper SAFE-CHARSET argument in each call
of make-coding-system.
Diffstat (limited to 'lisp/language/thai.el')
-rw-r--r--lisp/language/thai.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/language/thai.el b/lisp/language/thai.el
index 0e3cfb91080..a96c7cceef7 100644
--- a/lisp/language/thai.el
+++ b/lisp/language/thai.el
@@ -32,7 +32,8 @@
'thai-tis620 2 ?T
"8-bit encoding for ASCII (MSB=0) and Thai TIS620 (MSB=1)"
'((ascii t) (thai-tis620 t) nil nil
- nil ascii-eol))
+ nil ascii-eol)
+ '(ascii thai-tis620))
(coding-system-put 'thai-tis620 'post-read-conversion
'thai-post-read-conversion)
(coding-system-put 'thai-tis620 'pre-write-conversion