From 0c86a18e69d685154eaf115d05ecc2ee6ba55c5b Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 21 Jan 2022 15:26:50 +0900 Subject: [PATCH] (www-display-object-desc): Use `hdic-tsj-word-id' instead of `=hdic-tsj-entry-id'. --- cwiki-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwiki-view.el b/cwiki-view.el index 78e306e..3089868 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -306,7 +306,7 @@ li { margin: 0 0 0 2em; } (setq ret (or (encode-char object '=chise-hdic-tsj) (encode-char object '===chise-hdic-tsj))) (setq ret (decode-char '===chise-hdic-tsj ret)) - (setq ret (get-char-attribute ret '=hdic-tsj-entry-id))) + (setq ret (get-char-attribute ret 'hdic-tsj-word-id))) (princ (format "%s" -- 1.7.10.4