From e428eb5383955e548bfbdc1889f3434a64166c7b Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 27 Dec 2000 10:36:02 +0000 Subject: [PATCH] (mime-activate-mailcap-method): Fix typo. --- mime-play.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mime-play.el b/mime-play.el index 6f642c6..250a4d4 100644 --- a/mime-play.el +++ b/mime-play.el @@ -155,14 +155,11 @@ specified, play as it. Default MODE is \"play\"." method (cons (cons 'filename name) situation)))) (binary-to-text-funcall - #'mime-mailcap-method-messages-coding-system + mime-mailcap-method-messages-coding-system #'start-process command mime-echo-buffer-name - shell-file-name shell-command-switch command) - ))) + shell-file-name shell-command-switch command)))) (set-alist 'mime-mailcap-method-filename-alist process name) - (set-process-sentinel process 'mime-mailcap-method-sentinel) - ) - )) + (set-process-sentinel process 'mime-mailcap-method-sentinel)))) (defun mime-mailcap-method-sentinel (process event) (let ((file (cdr (assq process mime-mailcap-method-filename-alist)))) -- 1.7.10.4