From: tomo Date: Thu, 2 Jun 2005 14:07:42 +0000 (+0000) Subject: (insert-char-attributes): Don't display `->Oracle-Bones' when running X-Git-Tag: r21-4-15-chise-0_22-1^2~110 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ef6b34544417193f032b0e26f6190dc2a52f926a;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Don't display `->Oracle-Bones' 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 40f60c1..eaab82e 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -909,6 +909,7 @@ (string-match "^->same" (symbol-name name)) (string-match "^->original" (symbol-name name)) (string-match "^->ancient" (symbol-name name)) + (string-match "^->Oracle-Bones" (symbol-name name)) )) ) ((or (eq name 'ideographic-structure)