From 1eb5c66d6d87f84b084869e0f7f87def46425d71 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 5 Feb 2004 16:19:57 +0000 Subject: [PATCH] (char-daikanwa): Use `<-subsumptive' instead of `<-unified'. --- lisp/utf-2000/ideograph-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/utf-2000/ideograph-util.el b/lisp/utf-2000/ideograph-util.el index cc2a6f1..6676fa6 100644 --- a/lisp/utf-2000/ideograph-util.el +++ b/lisp/utf-2000/ideograph-util.el @@ -303,7 +303,7 @@ (encode-char char '=daikanwa-rev2 'defined-only) (let ((ret (char-feature char '=>daikanwa))) (and ret - (if (or (get-char-attribute char '<-unified) + (if (or (get-char-attribute char '<-subsumptive) (get-char-attribute char '<-denotational)) (list ret 0) ret))) -- 1.7.10.4