From 9038ef654ed78fd323a182e85534ac8ac634ffe7 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 25 Jun 2020 14:26:09 +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 d4ae34c..8ffb4cf 100644 --- a/ids-find.el +++ b/ids-find.el @@ -548,7 +548,7 @@ (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)) ))))))) -- 1.7.10.4