]> code.delx.au - gnu-emacs/blobdiff - lisp/language/thai.el
* language/ethio-util.el (ethio-gemination)
[gnu-emacs] / lisp / language / thai.el
index 931142f727b867461fa428c6cfe9134a5a85b59a..1c1909976a584d97cd37f7f39957aa24e942f790 100644 (file)
@@ -1,4 +1,4 @@
-;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; -*-
+;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -32,8 +32,9 @@
  'thai-tis620 2 ?T
  "8-bit encoding for ASCII (MSB=0) and Thai TIS620 (MSB=1)."
  '(ascii thai-tis620 nil nil
-   nil ascii-eol)
+   nil nil nil nil nil nil nil nil nil nil nil t)
  '((safe-charsets ascii thai-tis620)
+   (mime-charset . tis-620)
    (post-read-conversion . thai-post-read-conversion)))
 
 (define-coding-system-alias 'th-tis620 'thai-tis620)