(mime-raw-play-entity): fixed.
[elisp/semi.git] / mime-play.el
index 1310df2..aff04d2 100644 (file)
@@ -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))
             ))
       )
     ))