From ef6b34544417193f032b0e26f6190dc2a52f926a Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 2 Jun 2005 14:07:42 +0000 Subject: [PATCH] (insert-char-attributes): Don't display `->Oracle-Bones' when running with non-readable mode. --- lisp/utf-2000/char-db-util.el | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.10.4