Mercurial > emacs
changeset 90211:efcbeb957a31
(iso-2022-cn, iso-2022-cn-ext): Set
:suitable-for-keyboard property to 1.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 29 Jul 2005 06:15:24 +0000 |
parents | 8006f0bf9292 |
children | 76ab0b868ab0 |
files | lisp/language/chinese.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/chinese.el Fri Jul 29 06:14:45 2005 +0000 +++ b/lisp/language/chinese.el Fri Jul 29 06:15:24 2005 +0000 @@ -50,7 +50,8 @@ nil] :flags '(ascii-at-eol ascii-at-cntl 7-bit designation locking-shift single-shift init-at-bol) - :mime-charset 'iso-2022-cn) + :mime-charset 'iso-2022-cn + :suitable-for-keyboard t) (define-coding-system-alias 'chinese-iso-7bit 'iso-2022-cn) @@ -69,7 +70,8 @@ chinese-cns11643-6 chinese-cns11643-7)] :flags '(ascii-at-eol ascii-at-cntl 7-bit designation locking-shift single-shift init-at-bol) - :mime-charset 'iso-2022-cn-ext) + :mime-charset 'iso-2022-cn-ext + :suitable-for-keyboard t) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;