From: MORIOKA Tomohiko Date: Tue, 21 Nov 2023 00:38:28 +0000 (+0900) Subject: (ids-update-index): Treat unifiable abstract-components in `=>iwds-1'; X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fids.git;a=commitdiff_plain;h=9a43d6905bcf9117eb781fe62cc47f71bec2449e (ids-update-index): Treat unifiable abstract-components in `=>iwds-1'; don't treat unifiable abstract-components in `=>ucs@component'. --- diff --git a/ids-find.el b/ids-find.el index 9844375..b0afbdd 100644 --- a/ids-find.el +++ b/ids-find.el @@ -95,7 +95,7 @@ (setq products (adjoin p_c products)))) (put-char-attribute c 'ideographic-products products) nil) - '=>ucs@component) + '=>iwds-1) (map-char-attribute (lambda (c v) (setq products (get-char-attribute c 'ideographic-products)) @@ -117,7 +117,7 @@ (union products (get-char-attribute comp 'ideographic-products)))) ) - '=>ucs@component) + '=>iwds-1) (map-char-attribute (lambda (c v) (setq products (get-char-attribute c 'ideographic-products))