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:
abe49c9
)
(ideographic-structure-character=): Fixed.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 25 Jun 2020 05:26:09 +0000
(14:26 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 25 Jun 2020 05:26:09 +0000
(14:26 +0900)
ids-find.el
patch
|
blob
|
history
diff --git
a/ids-find.el
b/ids-find.el
index
d4ae34c
..
8ffb4cf
100644
(file)
--- a/
ids-find.el
+++ b/
ids-find.el
@@
-548,7
+548,7
@@
(eq ret ret2)
)
((setq ret2 (assq 'ideographic-structure c2))
- (and (setq ret (get-char-attribute c1 'ideographic-structure))
+ (and (setq ret (get-char-attribute ret 'ideographic-structure))
(ideographic-structure-equal ret (cdr ret2))
)))))))