comparison lisp/language/korean.el @ 94950:3b921e5fd500

("Korean"): Set `iso639-language' property to `ko'.
author Kenichi Handa <handa@m17n.org>
date Wed, 14 May 2008 01:53:38 +0000
parents 55b7f25d920a
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
94949:e39cdad2fdca 94950:3b921e5fd500
59 (define-coding-system-alias 'korean-iso-7bit-lock 'iso-2022-kr) 59 (define-coding-system-alias 'korean-iso-7bit-lock 'iso-2022-kr)
60 60
61 (set-language-info-alist 61 (set-language-info-alist
62 "Korean" '((setup-function . setup-korean-environment-internal) 62 "Korean" '((setup-function . setup-korean-environment-internal)
63 (exit-function . exit-korean-environment) 63 (exit-function . exit-korean-environment)
64 (iso639-language . ko)
64 (tutorial . "TUTORIAL.ko") 65 (tutorial . "TUTORIAL.ko")
65 (charset korean-ksc5601) 66 (charset korean-ksc5601)
66 (coding-system iso-2022-kr korean-iso-8bit) 67 (coding-system iso-2022-kr korean-iso-8bit)
67 (input-method . "korean-hangul") 68 (input-method . "korean-hangul")
68 (features korea-util) 69 (features korea-util)