From: tomo Date: Sat, 19 Jun 2004 20:30:44 +0000 (+0000) Subject: (insert-char-attributes): Don't display `->original' when running with X-Git-Tag: r21-4-14-chise-0_21-29-si-original^2~18 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=84d16200325733149fc0d54a6d643d07b9d50f34 (insert-char-attributes): Don't display `->original' when running with non-readable mode and it does not have `->original*sources'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 93cbb20..d0e521a 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -952,6 +952,7 @@ (string-match "^<-same" (symbol-name name)) (string-match "^->vulgar" (symbol-name name)) (string-match "^->wrong" (symbol-name name)) + (string-match "^->original" (symbol-name name)) )) ) ((or (eq name 'ideographic-structure)