diff lisp/language/lao.el @ 20156:c8c4c714710b

Give proper SAFE-CHARSET argument in each call of make-coding-system.
author Kenichi Handa <handa@m17n.org>
date Thu, 23 Oct 1997 12:03:41 +0000
parents 856dfd93a3e1
children 5f2c7f919bbf
line wrap: on
line diff
--- 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)