;; 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.38 1997-05-07 09:37:54 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.39 1997-05-07 10:01:07 morioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
   "Internal method for mime-view to display ROT13-47-48 message."
   (let* ((cnum (mime-article/point-content-number beg))
         (new-name (format "%s-%s" (buffer-name) cnum))
+        (the-buf (current-buffer))
         (mother mime-view-buffer)
         (charset (cdr (assoc "charset" cal)))
         (encoding (cdr (assq 'encoding cal)))
       (tm:caesar-region)
       )
     (set-buffer-modified-p nil)
-    (view-mode-enter mother 'kill-buffer)
+    (set-buffer mother)
+    (view-buffer new-name)
     ))