(mime-view-mode): Hide mime-echo window.
authormorioka <morioka>
Thu, 27 Mar 1997 22:16:53 +0000 (22:16 +0000)
committermorioka <morioka>
Thu, 27 Mar 1997 22:16:53 +0000 (22:16 +0000)
mime-view.el

index 1e4c157..deeff69 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.80 $
+;; Version: $Revision: 0.81 $
 ;; 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.80 1997-03-27 22:15:02 morioka Exp $")
+  "$Id: mime-view.el,v 0.81 1997-03-27 22:16:53 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
@@ -832,6 +832,7 @@ button-2    Move to point under the mouse cursor
        (save-excursion
          (set-buffer buf)
          (erase-buffer)
+         (mime-hide-echo-buffer)
          )))
   (let ((ret (mime-view-setup-buffers ctl encoding ibuf obuf))
        (win-conf (current-window-configuration))