(mime-echo-buffer-name): Renamed from `mime/output-buffer-name'.
authormorioka <morioka>
Thu, 27 Mar 1997 20:38:07 +0000 (20:38 +0000)
committermorioka <morioka>
Thu, 27 Mar 1997 20:38:07 +0000 (20:38 +0000)
mime-def.el

index bcb3be2..f9ebb83 100644 (file)
@@ -3,7 +3,7 @@
 ;; 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).
@@ -48,7 +48,9 @@
 ;;; @ 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*")