From 84d16200325733149fc0d54a6d643d07b9d50f34 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 19 Jun 2004 20:30:44 +0000 Subject: [PATCH] (insert-char-attributes): Don't display `->original' when running with non-readable mode and it does not have `->original*sources'. --- 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 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) -- 1.7.10.4