(mime-raw-play-entity): fixed.
authormorioka <morioka>
Sun, 15 Mar 1998 15:23:29 +0000 (15:23 +0000)
committermorioka <morioka>
Sun, 15 Mar 1998 15:23:29 +0000 (15:23 +0000)
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))
             ))
       )
     ))