From: MORIOKA Tomohiko Date: Fri, 3 Jul 2020 14:14:10 +0000 (+0900) Subject: (ideographic-structure-character=): Fixed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f03d195f8d41e9e6047d0fe60f25d1ff991b6cf7;p=chise%2Fids.git (ideographic-structure-character=): Fixed. --- diff --git a/ids-find.el b/ids-find.el index 8ffb4cf..eeafbf9 100644 --- a/ids-find.el +++ b/ids-find.el @@ -531,7 +531,7 @@ (ideographic-structure-equal (cdr ret) ret2))) ) ((setq ret2 (find-char c2)) - (and (setq ret2 (get-char-attribute c2 'ideographic-structure)) + (and (setq ret2 (get-char-attribute ret2 'ideographic-structure)) (ideographic-structure-equal (cdr ret) ret2)) ) ((setq ret2 (assq 'ideographic-structure c2))