projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ce595
)
(char-GlyphWiki-id): Use `get-char-attribute' instead of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 13 Mar 2018 05:49:37 +0000
(14:49 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 13 Mar 2018 05:49:37 +0000
(14:49 +0900)
`char-feature'.
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
441699f
..
7cda6e6
100644
(file)
--- 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)