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:
f67c5a3
)
(mime-view-display-entity): Change interface of body-filter.
author
morioka
<morioka>
Sun, 22 Mar 1998 09:12:34 +0000
(09:12 +0000)
committer
morioka
<morioka>
Sun, 22 Mar 1998 09:12:34 +0000
(09:12 +0000)
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
2643879
..
2cd9ffe
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-719,7
+719,7
@@
The compressed face will be piped to this command.")
(save-restriction
(narrow-to-region (point-max)(point-max))
(insert-buffer-substring mime-raw-buffer end-of-header end)
- (funcall body-filter ctype params encoding)
+ (funcall body-filter situation)
)))
((functionp body-presentation-method)
(funcall body-presentation-method situation)