(cjk-char-width-table): Add cp932-2-byte.
authorKenichi Handa <handa@m17n.org>
Tue, 17 Mar 2009 07:16:29 +0000 (07:16 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 17 Mar 2009 07:16:29 +0000 (07:16 +0000)
lisp/ChangeLog
lisp/international/characters.el

index e6fe5a4..f42b5d5 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
+
+       * international/characters.el (cjk-char-width-table): Add
+       cp932-2-byte.
+
 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
index 67c0f3c..7b694b1 100644 (file)
@@ -1031,7 +1031,7 @@ Combining diacritic or mark (Unicode General Category M)")
 (defvar cjk-char-width-table
   (let ((table (make-char-table nil)))
     (dolist (charset '(big5 chinese-gb2312 chinese-cns11643-1
-                           japanese-jisx0208 korean-ksc5601))
+                           japanese-jisx0208 cp932-2-byte korean-ksc5601))
       (map-charset-chars #'(lambda (range arg)
                             (set-char-table-range table range 2))
                         charset))