From: MORIOKA Tomohiko Date: Thu, 25 Jun 2020 05:26:09 +0000 (+0900) Subject: (ideographic-structure-character=): Fixed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9038ef654ed78fd323a182e85534ac8ac634ffe7;p=chise%2Fids.git (ideographic-structure-character=): Fixed. --- diff --git a/ids-find.el b/ids-find.el index d4ae34c..8ffb4cf 100644 --- 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)) )))))))