(U+2D138): Use U+65C5 instead of UU+65C5.
[chise/ids.git] / ids-find.el
index d4ae34c..eeafbf9 100644 (file)
                         (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))
                  (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))
                       )))))))