diff options
author | Kenichi Handa <handa@m17n.org> | 2005-07-29 11:12:33 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-07-29 11:12:33 +0000 |
commit | dd2c478d41309fdcc67f3ca61625882e521c49f7 (patch) | |
tree | a16b9587b98f98c04461cde41f41a9688c8787ac /lisp | |
parent | 69b8e72cb5f10e85204b0228b31d5bc04457d472 (diff) | |
download | emacs-dd2c478d41309fdcc67f3ca61625882e521c49f7.tar.gz emacs-dd2c478d41309fdcc67f3ca61625882e521c49f7.tar.bz2 emacs-dd2c478d41309fdcc67f3ca61625882e521c49f7.zip |
(iso-2022-kr): Set :suitable-for-keyboard property to 1.
Diffstat (limited to 'lisp')
-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 @@ :flags '(ascii-at-eol ascii-at-cntl 7-bit designation locking-shift designation-bol) :charset-list '(ascii korean-ksc5601) - :mime-charset 'iso-2022-kr) + :mime-charset 'iso-2022-kr + :suitable-for-keyboard t) (define-coding-system-alias 'korean-iso-7bit-lock 'iso-2022-kr) |