]> git.eshelyaron.com Git - emacs.git/commitdiff
Give proper SAFE-CHARSET argument in each call
authorKenichi Handa <handa@m17n.org>
Thu, 23 Oct 1997 12:03:41 +0000 (12:03 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 23 Oct 1997 12:03:41 +0000 (12:03 +0000)
of make-coding-system.

lisp/language/lao.el
lisp/language/thai.el

index e7aba923f476454258f939955e546bd855733992..e9bde98663cfcab56b0576bbc870e7e4d15321ac 100644 (file)
@@ -28,7 +28,8 @@
  'lao 2 ?L
  "8-bit encoding for ASCII (MSB=0) and LAO (MSB=1)"
  '((ascii t) (lao t) nil nil
-   nil ascii-eol))
+   nil ascii-eol)
+ '(ascii lao))
 
 (set-language-info-alist
  "Lao" '((setup-function . setup-lao-environment)
index 0e3cfb910805e4ee19441ff10d675e815e176f59..a96c7cceef7d741797c11e390a6cc5ee014b260e 100644 (file)
@@ -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