(mime-view-display-entity): Change interface of body-filter.
authormorioka <morioka>
Sun, 22 Mar 1998 09:12:34 +0000 (09:12 +0000)
committermorioka <morioka>
Sun, 22 Mar 1998 09:12:34 +0000 (09:12 +0000)
mime-view.el

index 2643879..2cd9ffe 100644 (file)
@@ -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)