Mercurial > emacs
changeset 90218:b97b12425a1a
(iso-2022-kr): Set :suitable-for-keyboard property to 1.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 29 Jul 2005 11:12:33 +0000 |
parents | 4e5457cf7dc7 |
children | 15c0ba5c75ff |
files | lisp/language/korean.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/korean.el Fri Jul 29 11:11:51 2005 +0000 +++ b/lisp/language/korean.el Fri Jul 29 11:12:33 2005 +0000 @@ -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)