diff options
| -rw-r--r-- | lisp/language/korean.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 5558218fea3..c74b5f8212f 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -53,7 +53,8 @@ | |||
| 53 | :flags '(ascii-at-eol ascii-at-cntl 7-bit designation locking-shift | 53 | :flags '(ascii-at-eol ascii-at-cntl 7-bit designation locking-shift |
| 54 | designation-bol) | 54 | designation-bol) |
| 55 | :charset-list '(ascii korean-ksc5601) | 55 | :charset-list '(ascii korean-ksc5601) |
| 56 | :mime-charset 'iso-2022-kr) | 56 | :mime-charset 'iso-2022-kr |
| 57 | :suitable-for-keyboard t) | ||
| 57 | 58 | ||
| 58 | (define-coding-system-alias 'korean-iso-7bit-lock 'iso-2022-kr) | 59 | (define-coding-system-alias 'korean-iso-7bit-lock 'iso-2022-kr) |
| 59 | 60 | ||