From: morioka Date: Thu, 27 Mar 1997 20:50:26 +0000 (+0000) Subject: `mime/output-buffer-window-is-shared-with-bbdb' -> X-Git-Tag: Hokutetsu-Ishikawa-new~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ab1b96b47cf1892e95ebb05d608526ef89451ff3;p=elisp%2Fsemi.git `mime/output-buffer-window-is-shared-with-bbdb' -> `mime-echo-window-is-shared-with-bbdb'. --- diff --git a/mime-play.el b/mime-play.el index 12aa919..95e4db4 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.31 1997-03-27 20:47:14 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.32 1997-03-27 20:50:26 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -166,8 +166,8 @@ 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.") +(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) (get-buffer-create mime-echo-buffer-name) @@ -175,7 +175,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." (win (get-buffer-window mime-echo-buffer-name)) ) (or win - (if (and mime/output-buffer-window-is-shared-with-bbdb + (if (and mime-echo-window-is-shared-with-bbdb (boundp 'bbdb-buffer-name) (setq win (get-buffer-window bbdb-buffer-name)) )