From: MORIOKA Tomohiko Date: Tue, 13 Mar 2018 05:49:37 +0000 (+0900) Subject: (char-GlyphWiki-id): Use `get-char-attribute' instead of X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=inline;h=718c322106ffe1afc1ecb89c99e86e08d9681d93;p=chise%2Fest.git (char-GlyphWiki-id): Use `get-char-attribute' instead of `char-feature'. --- diff --git a/cwiki-common.el b/cwiki-common.el index 441699f..7cda6e6 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -1429,7 +1429,7 @@ style=\"vertical-align:middle\">" spec ret code) (while (and rest (setq spec (pop rest)) - (null (setq ret (char-feature char (car spec)))))) + (null (setq ret (get-char-attribute char (car spec)))))) (when ret (or (and (listp ret)