From: MORIOKA Tomohiko Date: Sun, 31 Jul 2022 00:48:53 +0000 (+0900) Subject: (ids-update-index): Support X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0a46071be58705a778be91c942f28d3f3db6bc9;p=chise%2Fids.git (ids-update-index): Support `ideographic-structure@apparent/rightmost'. --- diff --git a/ids-find.el b/ids-find.el index 9684d89..1126bea 100644 --- a/ids-find.el +++ b/ids-find.el @@ -65,6 +65,11 @@ (ids-index-store-structure c v) nil) 'ideographic-structure@apparent/leftmost) + (map-char-attribute + (lambda (c v) + (ids-index-store-structure c v) + nil) + 'ideographic-structure@apparent/rightmost) (unless in-memory (save-char-attribute-table 'ideographic-products)))