]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-character-set): Don't show width.
authorKenichi Handa <handa@m17n.org>
Sat, 11 Jul 2009 06:38:11 +0000 (06:38 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 11 Jul 2009 06:38:11 +0000 (06:38 +0000)
lisp/ChangeLog
lisp/international/mule-diag.el

index 2f2c72ca4058fc90c5e2f271f57ff4cd1e231743..a1b44618e2c90e3210e03d9c888e702f5b8be4e2 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-11  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (describe-character-set): Don't show
+       width.
+
 2009-07-10  Sam Steingold  <sds@gnu.org>
 
        * progmodes/compile.el (compilation-mode-font-lock-keywords):
index d297fa06d846ac3496b0eb50632bbfdce1f4b206..38d9973b76f1c899693d4e10316c39d49dd16eb3 100644 (file)
@@ -332,8 +332,6 @@ meanings of these arguments."
        (when (> char 0)
          (insert "Final char of ISO2022 designation sequence: ")
          (insert (format "`%c'\n" char))))
-      (insert (format "Width (how many columns on screen): %d\n"
-                     (aref char-width-table (make-char charset))))
       (let (aliases)
        (dolist (c charset-list)
          (if (and (not (eq c charset))