From 9a43d6905bcf9117eb781fe62cc47f71bec2449e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 21 Nov 2023 09:38:28 +0900 Subject: [PATCH] (ids-update-index): Treat unifiable abstract-components in `=>iwds-1'; don't treat unifiable abstract-components in `=>ucs@component'. --- ids-find.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 1.7.10.4