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:
a3e92d1
)
(est-format-unit): Treat `image-list' as the same as `list'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 20 Jul 2016 12:56:46 +0000
(21:56 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 20 Jul 2016 12:56:46 +0000
(21:56 +0900)
est-format.el
patch
|
blob
|
history
diff --git
a/est-format.el
b/est-format.el
index
8c8747d
..
75493a9
100644
(file)
--- a/
est-format.el
+++ b/
est-format.el
@@
-62,7
+62,8
@@
props (nth 1 format-unit)
children (nthcdr 2 format-unit))
(cond
- ((eq name 'list)
+ ((or (eq name 'list)
+ (eq name 'image-list))
(cond
((or (eq output-format 'plain-text)
(eq output-format 'wiki-text))