From 9474a0a2485d1f46e454d5fc8d4d32f01e0cc29c Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 22 Mar 1998 09:12:34 +0000 Subject: [PATCH] (mime-view-display-entity): Change interface of body-filter. --- mime-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-view.el b/mime-view.el index 2643879..2cd9ffe 100644 --- 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) -- 1.7.10.4