From: tomo Date: Wed, 25 Feb 2004 07:44:03 +0000 (+0000) Subject: (insert-char-attributes): Don't display `<-identical' when running X-Git-Tag: r21-4-14-chise-0_21-25-ii-identical^2~55 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=08000b7a842f62ae6bd34249959a09ce5f1b66b1;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Don't display `<-identical' 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 457d5f4..a15b587 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -896,7 +896,8 @@ line-breaking)) ) ((and (not readable) - (string-match "^->simplified" (symbol-name name))) + (or (eq name '<-identical) + (string-match "^->simplified" (symbol-name name)))) ) ((or (eq name 'ideographic-structure) (eq name 'ideographic-)