(ids-update-index): Support `ideographic-structure@apparent'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 9 Jun 2020 12:25:24 +0000 (21:25 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 9 Jun 2020 12:25:24 +0000 (21:25 +0900)
ids-find.el

index eb404b3..2d5a3a9 100644 (file)
      (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))