From: tomo Date: Wed, 28 Apr 2004 03:19:16 +0000 (+0000) Subject: (insert-char-attributes): Don't display `->wrong' when running with X-Git-Tag: r21-4-14-chise-0_21-27^2~139 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=344f4b5f21b5c8a32e460f809b232686f4d52803;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Don't display `->wrong' when running with non-readable mode. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 9cf6d07..84e2313 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -915,6 +915,7 @@ (or (eq name '<-identical) (string-match "^->simplified" (symbol-name name)) (string-match "^->vulgar" (symbol-name name)) + (string-match "^->wrong" (symbol-name name)) )) ) ((or (eq name 'ideographic-structure)