# HG changeset patch # User Kenichi Handa # Date 877608221 0 # Node ID c8c4c714710baa207e45d7ddff493c1178ab5eb9 # Parent d74c1bd094a2fbfc98edce465b528578df29fcd2 Give proper SAFE-CHARSET argument in each call of make-coding-system. diff -r d74c1bd094a2 -r c8c4c714710b lisp/language/lao.el --- a/lisp/language/lao.el Thu Oct 23 12:03:41 1997 +0000 +++ b/lisp/language/lao.el Thu Oct 23 12:03:41 1997 +0000 @@ -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) diff -r d74c1bd094a2 -r c8c4c714710b lisp/language/thai.el --- a/lisp/language/thai.el Thu Oct 23 12:03:41 1997 +0000 +++ b/lisp/language/thai.el Thu Oct 23 12:03:41 1997 +0000 @@ -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