From e81861e6bb622a6cd7941057ce6fab56cab1875a Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 27 Mar 1997 20:47:14 +0000 Subject: [PATCH] Variable `mime/output-buffer-window-is-shared-with-bbdb' was moved from mime-def.el. --- mime-play.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index 969fd03..12aa919 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Created: 1995/9/26 (separated from tm-view.el) ;; Renamed: 1997/2/21 from tm-play.el -;; Version: $Id: mime-play.el,v 0.30 1997-03-27 20:40:03 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.31 1997-03-27 20:47:14 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -166,6 +166,9 @@ If MODE is specified, play as it. Default MODE is \"play\"." )) format)) +(defvar mime/output-buffer-window-is-shared-with-bbdb t + "*If t, mime/output-buffer window is shared with BBDB window.") + (defun mime-article/show-output-buffer (&rest forms) (get-buffer-create mime-echo-buffer-name) (let ((the-win (selected-window)) -- 1.7.10.4