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:
0985385
)
(ids-update-index): Support `ideographic-structure@apparent'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 9 Jun 2020 12:25:24 +0000
(21:25 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 9 Jun 2020 12:25:24 +0000
(21:25 +0900)
ids-find.el
patch
|
blob
|
history
diff --git
a/ids-find.el
b/ids-find.el
index
eb404b3
..
2d5a3a9
100644
(file)
--- 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))