From f03d195f8d41e9e6047d0fe60f25d1ff991b6cf7 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 3 Jul 2020 23:14:10 +0900 Subject: [PATCH] (ideographic-structure-character=): Fixed. --- ids-find.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4