From: morioka Date: Thu, 27 Mar 1997 20:38:07 +0000 (+0000) Subject: (mime-echo-buffer-name): Renamed from `mime/output-buffer-name'. X-Git-Tag: Hokutetsu-Ishikawa-new~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=422708e371cc11e41a52db52d298b64a0523ee7f;p=elisp%2Fsemi.git (mime-echo-buffer-name): Renamed from `mime/output-buffer-name'. --- diff --git a/mime-def.el b/mime-def.el index bcb3be2..f9ebb83 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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*")