Mercurial > emacs
changeset 35747:e154e666c9ed
(describe-character-set): Pay attention to charsets that don't have
ISO2022's final char.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 31 Jan 2001 00:05:32 +0000 |
parents | 9ac1bfa4f057 |
children | 1dfcabdea513 |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Wed Jan 31 00:04:53 2001 +0000 +++ b/lisp/international/mule-diag.el Wed Jan 31 00:05:32 2001 +0000 @@ -492,7 +492,7 @@ (format "%d\n" (aref info 3)) (format "%dx%d\n" (aref info 3) (aref info 3)))) (insert "the final char of ISO2022's designation sequence: ") - (if (aref info 8) + (if (>= (aref info 8) 0) (insert (format "`%c'\n" (aref info 8))) (insert "not assigned\n")) (insert (format "width (how many columns on screen): %d\n"