diff options
author | Kenichi Handa <handa@m17n.org> | 2009-07-01 12:37:56 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2009-07-01 12:37:56 +0000 |
commit | 3f396baccb4ba4459d8277e7ec3e039787cffc4b (patch) | |
tree | 19b4dd8943c9818114f5e31305ecbe4d7a444616 /lisp/language | |
parent | c1185193aff3a0cac3c5b2c9601657f23c5d5c3c (diff) | |
download | emacs-3f396baccb4ba4459d8277e7ec3e039787cffc4b.tar.gz emacs-3f396baccb4ba4459d8277e7ec3e039787cffc4b.tar.bz2 emacs-3f396baccb4ba4459d8277e7ec3e039787cffc4b.zip |
(set-language-info-alist): Add korean-cp949, cp949 to spec.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/korean.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index e8e78bfc47b..07382dff1da 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el @@ -70,11 +70,11 @@ (exit-function . exit-korean-environment) (iso639-language . ko) (tutorial . "TUTORIAL.ko") - (charset korean-ksc5601) - (coding-system iso-2022-kr korean-iso-8bit) + (charset korean-ksc5601 cp949) + (coding-system iso-2022-kr korean-iso-8bit korean-cp949) (input-method . "korean-hangul") (features korea-util) - (coding-priority korean-iso-8bit iso-2022-kr) + (coding-priority korean-iso-8bit korean-cp949 iso-2022-kr) (sample-text . "Hangul ($(CGQ1[(B) $(C>H3gGO<<?d(B, $(C>H3gGO=J4O1n(B") (documentation . "\ The following key bindings are available for controlling Korean input methods: |