From: MORIOKA Tomohiko Date: Tue, 9 Jun 2020 12:25:24 +0000 (+0900) Subject: (ids-update-index): Support `ideographic-structure@apparent'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=487c2578d27eaf22d5eeced52781570577f0bd23;p=chise%2Fids.git (ids-update-index): Support `ideographic-structure@apparent'. --- diff --git a/ids-find.el b/ids-find.el index eb404b3..2d5a3a9 100644 --- a/ids-find.el +++ b/ids-find.el @@ -54,6 +54,11 @@ (ids-index-store-structure c v) nil) 'ideographic-structure) + (map-char-attribute + (lambda (c v) + (ids-index-store-structure c v) + nil) + 'ideographic-structure@apparent) (save-char-attribute-table 'ideographic-products))