aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/lao.el3
-rw-r--r--lisp/language/thai.el3
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