(ideographic-structure-character=): Fixed.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 3 Jul 2020 14:14:10 +0000 (23:14 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 3 Jul 2020 14:14:10 +0000 (23:14 +0900)
ids-find.el

index 8ffb4cf..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))