;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.44 1997-03-17 13:25:53 morioka Exp $
+;; Version: $Id: mime-def.el,v 0.45 1997-03-27 20:38:07 morioka Exp $
;; Keywords: definition, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
;;; @ constants
;;;
-(defconst mime/output-buffer-name "*MIME-out*")
+(defconst mime-echo-buffer-name "*MIME-echo*"
+ "Name of buffer to display MIME-playing information.")
+
(defconst mime/temp-buffer-name " *MIME-temp*")