diff options
| author | Jason Rumney | 2004-05-09 21:31:13 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-05-09 21:31:13 +0000 |
| commit | f0880ac51b596f6b9741df482d37c5ac2295b868 (patch) | |
| tree | 5a7c608508afd70ebda3f668c456786de0b5279b | |
| parent | 4b0bf0aba1a2660544afeac5a37436eca8d3062c (diff) | |
| download | emacs-f0880ac51b596f6b9741df482d37c5ac2295b868.tar.gz emacs-f0880ac51b596f6b9741df482d37c5ac2295b868.zip | |
Add cp949 as alias for korean-iso-8bit.
| -rw-r--r-- | lisp/language/korean.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 72811b9e5e0..d03424ff093 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -38,6 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | (define-coding-system-alias 'euc-kr 'korean-iso-8bit) | 39 | (define-coding-system-alias 'euc-kr 'korean-iso-8bit) |
| 40 | (define-coding-system-alias 'euc-korea 'korean-iso-8bit) | 40 | (define-coding-system-alias 'euc-korea 'korean-iso-8bit) |
| 41 | (define-coding-system-alias 'cp949 'korean-iso-8bit) | ||
| 41 | 42 | ||
| 42 | (make-coding-system | 43 | (make-coding-system |
| 43 | 'iso-2022-kr 2 ?k | 44 | 'iso-2022-kr 2 ?k |