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:
199a576
)
(www-format-eval-unit): Treat `string' as a format specifier of
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Sun, 4 Apr 2010 19:10:54 +0000
(
04:10
+0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Sun, 4 Apr 2010 19:10:54 +0000
(
04:10
+0900)
feature-value.
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
a03be66
..
ed37b7c
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-788,7
+788,7
@@
((consp exp)
(cond
((memq (car exp) '(value decimal hex HEX ku-ten kangxi-radical
- S-exp default))
+ S-exp string default))
(if (eq (car exp) 'value)
(www-format-eval-feature-value char feature-name
(plist-get (nth 1 exp) :format)