diff options
| -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 210d0fabaf7..426d2ac3d89 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -42,6 +42,7 @@ | |||
| 42 | 42 | ||
| 43 | (define-coding-system-alias 'euc-kr 'korean-iso-8bit) | 43 | (define-coding-system-alias 'euc-kr 'korean-iso-8bit) |
| 44 | (define-coding-system-alias 'euc-korea 'korean-iso-8bit) | 44 | (define-coding-system-alias 'euc-korea 'korean-iso-8bit) |
| 45 | (define-coding-system-alias 'ks_c_5601-1987 'korean-iso-8bit) | ||
| 45 | 46 | ||
| 46 | (define-coding-system 'iso-2022-kr | 47 | (define-coding-system 'iso-2022-kr |
| 47 | "ISO 2022 based 7-bit encoding for Korean KSC5601 (MIME:ISO-2022-KR)." | 48 | "ISO 2022 based 7-bit encoding for Korean KSC5601 (MIME:ISO-2022-KR)." |