`mime-article/show-output-buffer' -> `mime-show-echo-buffer'.
authormorioka <morioka>
Thu, 27 Mar 1997 20:56:38 +0000 (20:56 +0000)
committermorioka <morioka>
Thu, 27 Mar 1997 20:56:38 +0000 (20:56 +0000)
mime-play.el

index 95e4db4..7b943d2 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/9/26 (separated from tm-view.el)
 ;;     Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.32 1997-03-27 20:50:26 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.33 1997-03-27 20:56:38 morioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -93,7 +93,7 @@ If MODE is specified, play as it.  Default MODE is \"play\"."
             (mime-article/start-external-method-region beg end ret)
             )
            (t
-            (mime-article/show-output-buffer
+            (mime-show-echo-buffer
              "No method are specified for %s\n" ctype)
             ))
       )
@@ -145,7 +145,7 @@ If MODE is specified, play as it.  Default MODE is \"play\"."
                                                         (cdr (cdr method)))
                          ))
              (apply (function start-process) args)
-             (mime-article/show-output-buffer)
+             (mime-show-echo-buffer)
              ))
        ))))
 
@@ -169,7 +169,8 @@ If MODE is specified, play as it.  Default MODE is \"play\"."
 (defvar mime-echo-window-is-shared-with-bbdb t
   "*If non-nil, mime-echo window is shared with BBDB window.")
 
-(defun mime-article/show-output-buffer (&rest forms)
+(defun mime-show-echo-buffer (&rest forms)
+  "Show mime-echo buffer to display MIME-playing information."
   (get-buffer-create mime-echo-buffer-name)
   (let ((the-win (selected-window))
        (win (get-buffer-window mime-echo-buffer-name))