Function `mime-hide-echo-buffer' was moved from mime-play.el.
authormorioka <morioka>
Thu, 27 Mar 1997 22:15:02 +0000 (22:15 +0000)
committermorioka <morioka>
Thu, 27 Mar 1997 22:15:02 +0000 (22:15 +0000)
mime-view.el

index 56f6833..1e4c157 100644 (file)
@@ -6,7 +6,7 @@
 ;; Created: 1994/7/13
 ;;     Renamed: 1994/8/31 from tm-body.el
 ;;     Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.79 $
+;; Version: $Revision: 0.80 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -40,7 +40,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.79 1997-03-27 21:45:49 morioka Exp $")
+  "$Id: mime-view.el,v 0.80 1997-03-27 22:15:02 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
@@ -794,6 +794,13 @@ The compressed face will be piped to this command.")
     (run-hooks 'mime-view-define-keymap-hook)
     ))
 
+(defsubst mime-hide-echo-buffer ()
+  "Hide mime-echo buffer."
+  (let ((win (get-buffer-window mime-echo-buffer-name)))
+    (if win
+       (delete-window win)
+      )))
+
 (defun mime-view-mode (&optional mother ctl encoding ibuf obuf
                                 default-keymap-or-function)
   "Major mode for viewing MIME message.