From: morioka Date: Sun, 15 Mar 1998 15:23:29 +0000 (+0000) Subject: (mime-raw-play-entity): fixed. X-Git-Tag: semi-1_1_0~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0b1a0fb131885daf0bd019472c75802f114389d8;p=elisp%2Fsemi.git (mime-raw-play-entity): fixed. --- diff --git a/mime-play.el b/mime-play.el index 1310df2..aff04d2 100644 --- 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)) )) ) ))