From: morioka Date: Sun, 22 Mar 1998 09:12:34 +0000 (+0000) Subject: (mime-view-display-entity): Change interface of body-filter. X-Git-Tag: semi-1_1_2~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9474a0a2485d1f46e454d5fc8d4d32f01e0cc29c;p=elisp%2Fsemi.git (mime-view-display-entity): Change interface of body-filter. --- 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)