(describe-character-set): Don't show width.
This commit is contained in:
parent
10a99e0de5
commit
1639ee1d5e
2 changed files with 5 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue