(char-GlyphWiki-id): Use `get-char-attribute' instead of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 13 Mar 2018 05:49:37 +0000 (14:49 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 13 Mar 2018 05:49:37 +0000 (14:49 +0900)
`char-feature'.

cwiki-common.el

index 441699f..7cda6e6 100644 (file)
@@ -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)