From 87e09a2f8c8204351476517e649d0a69f451b53f Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 14 Aug 2005 14:33:53 +0000 Subject: [PATCH] (U-0002F82C): Use `->ideographic-variants*sources' instead of char-ref in `->ideographic-variants'. --- lisp/utf-2000/Ideograph-R024-Ten.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R024-Ten.el b/lisp/utf-2000/Ideograph-R024-Ten.el index d31dcd1..9882696 100644 --- a/lisp/utf-2000/Ideograph-R024-Ten.el +++ b/lisp/utf-2000/Ideograph-R024-Ten.el @@ -545,16 +545,18 @@ '((ideographic-radical . 24) ; ⼗ (ideographic-strokes . 4) (total-strokes . 6) - (->ideographic-variants - (:char ((shinjigen-1 . 816) - (=daikanwa . 02706) ; &I-M-02706; - ) - :sources (shinjigen-1))) (shinjigen-1 . 818) (shinjigen-2 . 818) (=ucs . #x2F82C) ; 卉 (=cns11643-3 . #x2329) ; &I-C3-2329; [03-09] (=daikanwa . 02720) ; &I-M-02720; + (->ideographic-variants + ((shinjigen-1 . 816) + (=ucs . #x5349) ; 卉 + (=daikanwa . 02706) ; &I-M-02706; + )) + (->ideographic-variants*sources + shinjigen-1) )) (define-char '((ideographic-radical . 24) ; ⼗ -- 1.7.10.4