(ideographic-structure-character=): Fixed.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 25 Jun 2020 05:26:09 +0000 (14:26 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 25 Jun 2020 05:26:09 +0000 (14:26 +0900)
ids-find.el

index d4ae34c..8ffb4cf 100644 (file)
                  (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))
                       )))))))