From 487c2578d27eaf22d5eeced52781570577f0bd23 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 9 Jun 2020 21:25:24 +0900 Subject: [PATCH] (ids-update-index): Support `ideographic-structure@apparent'. --- ids-find.el | 5 +++++ 1 file changed, 5 insertions(+) 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)) -- 1.7.10.4