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:
a696893
)
(www-feature-format): Refer char-feature-property
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 29 Oct 2015 07:35:18 +0000
(16:35 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 29 Oct 2015 07:35:18 +0000
(16:35 +0900)
`presentation-format'.
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
07ae80c
..
8449cfb
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-91,7
+91,8
@@
))))
(defun www-feature-format (feature-name)
- (or (char-feature-property feature-name 'format)
+ (or (char-feature-property feature-name 'presentation-format)
+ (char-feature-property feature-name 'format)
(let (fn parent ret)
(setq fn feature-name)
(while (and (setq parent (char-feature-name-parent fn))