projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35b1701
)
(mime-preview-condition): Set 'with-filter in
author
morioka
<morioka>
Sun, 22 Mar 1998 08:12:22 +0000
(08:12 +0000)
committer
morioka
<morioka>
Sun, 22 Mar 1998 08:12:22 +0000
(08:12 +0000)
'body-presentation-method for 'body-filter.
mime-image.el
patch
|
blob
|
history
diff --git
a/mime-image.el
b/mime-image.el
index
4eb0eef
..
6bfbf0c
100644
(file)
--- a/
mime-image.el
+++ b/
mime-image.el
@@
-125,6
+125,7
@@
'mime-preview-condition
(list (cons 'type type)(cons 'subtype subtype)
'(body . visible)
+ '(body-presentation-method . with-filter)
(cons 'body-filter
#'mime-view-filter-for-image)))
)