comparison lisp/language/thai.el @ 18309:bd8b521f5218

Provide XXX-util instead of language/XXX-util. Delete local variable declartion. Delete the code of calling register-input-method form all files under this directory.
author Kenichi Handa <handa@m17n.org>
date Wed, 18 Jun 1997 13:06:17 +0000
parents 0745f30aec66
children 8b4a66c66dd6
comparison
equal deleted inserted replaced
18308:b8622afb8a6e 18309:bd8b521f5218
37 (put 'thai-tis620 'pre-write-conversion 'thai-pre-write-conversion) 37 (put 'thai-tis620 'pre-write-conversion 'thai-pre-write-conversion)
38 38
39 (define-coding-system-alias 'thai-tis620 'th-tis620) 39 (define-coding-system-alias 'thai-tis620 'th-tis620)
40 (define-coding-system-alias 'thai-tis620 'tis620) 40 (define-coding-system-alias 'thai-tis620 'tis620)
41 41
42 (register-input-method
43 "Thai" '("quail-thai" quail-use-package "quail/thai"))
44
45 (set-language-info-alist 42 (set-language-info-alist
46 "Thai" '((tutorial . "TUTORIAL.th") 43 "Thai" '((tutorial . "TUTORIAL.th")
47 (setup-function . setup-thai-environment) 44 (setup-function . setup-thai-environment)
48 (charset . (thai-tis620)) 45 (charset . (thai-tis620))
49 (coding-system . (thai-tis620)) 46 (coding-system . (thai-tis620))