diff options
| author | Kenichi Handa | 1997-10-23 12:03:41 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-10-23 12:03:41 +0000 |
| commit | 1763c50caa3732ac100ea9258df0cce7fa2a24c0 (patch) | |
| tree | 6ab68c197b64bad56711790bdbe4cc056fa000e8 | |
| parent | c8f0d090d075bbaf3553a7addcbfaad18e7fcb6d (diff) | |
| download | emacs-1763c50caa3732ac100ea9258df0cce7fa2a24c0.tar.gz emacs-1763c50caa3732ac100ea9258df0cce7fa2a24c0.zip | |
Give proper SAFE-CHARSET argument in each call
of make-coding-system.
| -rw-r--r-- | lisp/language/lao.el | 3 | ||||
| -rw-r--r-- | lisp/language/thai.el | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/language/lao.el b/lisp/language/lao.el index e7aba923f47..e9bde98663c 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el | |||
| @@ -28,7 +28,8 @@ | |||
| 28 | 'lao 2 ?L | 28 | 'lao 2 ?L |
| 29 | "8-bit encoding for ASCII (MSB=0) and LAO (MSB=1)" | 29 | "8-bit encoding for ASCII (MSB=0) and LAO (MSB=1)" |
| 30 | '((ascii t) (lao t) nil nil | 30 | '((ascii t) (lao t) nil nil |
| 31 | nil ascii-eol)) | 31 | nil ascii-eol) |
| 32 | '(ascii lao)) | ||
| 32 | 33 | ||
| 33 | (set-language-info-alist | 34 | (set-language-info-alist |
| 34 | "Lao" '((setup-function . setup-lao-environment) | 35 | "Lao" '((setup-function . setup-lao-environment) |
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 @@ | |||
| 32 | 'thai-tis620 2 ?T | 32 | 'thai-tis620 2 ?T |
| 33 | "8-bit encoding for ASCII (MSB=0) and Thai TIS620 (MSB=1)" | 33 | "8-bit encoding for ASCII (MSB=0) and Thai TIS620 (MSB=1)" |
| 34 | '((ascii t) (thai-tis620 t) nil nil | 34 | '((ascii t) (thai-tis620 t) nil nil |
| 35 | nil ascii-eol)) | 35 | nil ascii-eol) |
| 36 | '(ascii thai-tis620)) | ||
| 36 | (coding-system-put 'thai-tis620 'post-read-conversion | 37 | (coding-system-put 'thai-tis620 'post-read-conversion |
| 37 | 'thai-post-read-conversion) | 38 | 'thai-post-read-conversion) |
| 38 | (coding-system-put 'thai-tis620 'pre-write-conversion | 39 | (coding-system-put 'thai-tis620 'pre-write-conversion |