projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8db0b
)
(mime-activate-mailcap-method): Use 'mailcap-format-command.
author
morioka
<morioka>
Wed, 6 May 1998 02:48:34 +0000
(
02:48
+0000)
committer
morioka
<morioka>
Wed, 6 May 1998 02:48:34 +0000
(
02:48
+0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
c64c4d1
..
90a013d
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-207,7
+207,10
@@
specified, play as it. Default MODE is \"play\"."
end name
(cdr (assq 'encoding situation)))
(message "External method is starting...")
- (let ((command (format method name)))
+ (let ((command
+ (mailcap-format-command
+ method
+ (cons (cons 'filename name) situation))))
(start-process command mime-echo-buffer-name
shell-file-name shell-command-switch command)
)