(ids-update-index): Support
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 31 Jul 2022 00:48:53 +0000 (09:48 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 2 Aug 2022 13:26:10 +0000 (22:26 +0900)
`ideographic-structure@apparent/rightmost'.

ids-find.el

index 9684d89..1126bea 100644 (file)
      (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)))