comparison 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
comparison
equal deleted inserted replaced
20155:d74c1bd094a2 20156:c8c4c714710b
26 26
27 (make-coding-system 27 (make-coding-system
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)
35 (charset . (lao)) 36 (charset . (lao))
36 (coding-system . (lao)) 37 (coding-system . (lao))