(mime-view-quitting-method-for-mime-show-message-mode): Don't use
authormorioka <morioka>
Tue, 18 Mar 1997 09:50:47 +0000 (09:50 +0000)
committermorioka <morioka>
Tue, 18 Mar 1997 09:50:47 +0000 (09:50 +0000)
preview-content-list.

mime-play.el

index f5bf62e..0e93b3b 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/9/26 (separated from tm-view.el)
 ;;     Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.25 1997-03-18 08:04:53 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.26 1997-03-18 09:50:47 morioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -238,8 +238,7 @@ It is registered to variable `mime-view-quitting-method-alist'."
   (let ((mother mime::preview/mother-buffer)
        (win-conf mime::preview/original-window-configuration)
        )
-    (kill-buffer
-     (mime::preview-content-info/buffer (car mime::preview/content-list)))
+    (kill-buffer mime::preview/article-buffer)
     (mime-view-kill-buffer)
     (set-window-configuration win-conf)
     (pop-to-buffer mother)