From fe6cc067827e6b29e7bad3a918206eb03b0a8dc3 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 27 Nov 2000 07:34:38 +0000 Subject: [PATCH] (mime-activate-mailcap-method): Use `mime-format-mailcap-command' instead of `mailcap-format-command'. --- mime-play.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index e43b872..1b1b869 100644 --- a/mime-play.el +++ b/mime-play.el @@ -148,7 +148,7 @@ specified, play as it. Default MODE is \"play\"." (message "External method is starting...") (let ((process (let ((command - (mailcap-format-command + (mime-format-mailcap-command method (cons (cons 'filename name) situation)))) (start-process command mime-echo-buffer-name -- 1.7.10.4