projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
772c4b1
)
(ids-update-index): Support
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Sun, 31 Jul 2022 00:48:53 +0000
(09:48 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 2 Aug 2022 13:26:10 +0000
(22:26 +0900)
`ideographic-structure@apparent/rightmost'.
ids-find.el
patch
|
blob
|
history
diff --git
a/ids-find.el
b/ids-find.el
index
9684d89
..
1126bea
100644
(file)
--- 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)))