changeset 103855:6479d8a2ebcf

(describe-character-set): Don't show width.
author Kenichi Handa <handa@m17n.org>
date Sat, 11 Jul 2009 06:36:14 +0000
parents 09fe9897acab
children 904e3214f9b7
files lisp/international/mule-diag.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-diag.el	Sat Jul 11 03:06:44 2009 +0000
+++ b/lisp/international/mule-diag.el	Sat Jul 11 06:36:14 2009 +0000
@@ -332,8 +332,6 @@
 	(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))