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:
1880ca5
)
(mime-raw-play-entity): fixed.
author
morioka
<morioka>
Sun, 15 Mar 1998 15:23:29 +0000
(15:23 +0000)
committer
morioka
<morioka>
Sun, 15 Mar 1998 15:23:29 +0000
(15:23 +0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
1310df2
..
aff04d2
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-98,7
+98,8
@@
specified, play as it. Default MODE is \"play\"."
)
(t
(mime-show-echo-buffer
- "No method are specified for %s\n" ctype)
+ "No method are specified for %s\n"
+ (mime-type/subtype-string c-type c-subtype))
))
)
))