From 00cbcbeb9c81379e1af2bf8e565064d1d7ab8b58 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 18 Mar 2022 18:13:13 +0900 Subject: [PATCH] (www-display-object-desc): Fixed. --- cwiki-view.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cwiki-view.el b/cwiki-view.el index 3089868..bf0dd07 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -303,6 +303,7 @@ li { margin: 0 0 0 2em; } ret ret))) ) ((and (eq genre 'character) + (not GlyphWiki-id) (setq ret (or (encode-char object '=chise-hdic-tsj) (encode-char object '===chise-hdic-tsj))) (setq ret (decode-char '===chise-hdic-tsj ret)) @@ -315,6 +316,7 @@ li { margin: 0 0 0 2em; } (est-format-object object 'readable)))) ) ((and (eq genre 'character) + (not GlyphWiki-id) (setq ret (or (encode-char object '=chise-hdic-syp) (encode-char object '===chise-hdic-syp))) (setq ret (decode-char '===chise-hdic-syp ret)) -- 1.7.10.4