changeset 89741:fb91cfc5ed37

(cp932-2-byte): Specify :dimension.
author Kenichi Handa <handa@m17n.org>
date Sun, 25 Jan 2004 07:51:12 +0000
parents 78c1fd14ed42
children a750cf193ec6
files lisp/international/mule-conf.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Sun Jan 25 07:50:35 2004 +0000
+++ b/lisp/international/mule-conf.el	Sun Jan 25 07:51:12 2004 +0000
@@ -427,6 +427,7 @@
 
 (define-charset 'cp932-2-byte
   "2-byte part of CP932"
+  :dimension 2
   :map "CP932-2BYTE"
   :code-space [#x00 #xFF #x00 #xFE]
   :supplementary-p t)