From c1a83fa92c9de0a2f3344787c41fde8fe8aea27c Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 27 Mar 1997 22:11:25 +0000 Subject: [PATCH] (mime-hide-echo-buffer): New inline function. --- mime-play.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index 3cefa56..2e8c965 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.34 1997-03-27 22:07:50 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.35 1997-03-27 22:11:25 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -209,6 +209,13 @@ window.") (select-window the-win) )) +(defsubst mime-hide-echo-buffer () + "Hide mime-echo buffer." + (let ((win (get-buffer-window mime-echo-buffer-name))) + (if win + (delete-window win) + ))) + ;;; @ file name ;;; -- 1.7.10.4