(char-daikanwa): Use `<-subsumptive' instead of `<-unified'.
authortomo <tomo>
Thu, 5 Feb 2004 16:19:57 +0000 (16:19 +0000)
committertomo <tomo>
Thu, 5 Feb 2004 16:19:57 +0000 (16:19 +0000)
lisp/utf-2000/ideograph-util.el

index cc2a6f1..6676fa6 100644 (file)
       (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)))