Function `mime-view-make-preview-buffer' was abolished.
authormorioka <morioka>
Fri, 21 Mar 1997 17:48:32 +0000 (17:48 +0000)
committermorioka <morioka>
Fri, 21 Mar 1997 17:48:32 +0000 (17:48 +0000)
mime-view.el

index 7816bbe..e9eef8a 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.76 $
+;; Version: $Revision: 0.77 $
 ;; 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.76 1997-03-21 17:40:12 morioka Exp $")
+  "$Id: mime-view.el,v 0.77 1997-03-21 17:48:32 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
@@ -465,10 +465,6 @@ The compressed face will be piped to this command.")
   (or mime-view-redisplay
       (setq mime::article/content-info (mime-parse-message ctl encoding))
       )
-  (setq mime-view-buffer (mime-view-make-preview-buffer obuf))
-  )
-
-(defun mime-view-make-preview-buffer (&optional obuf)
   (let* ((cinfo mime::article/content-info)
         (pcl (mime/flatten-content-info cinfo))
         (the-buf (current-buffer))
@@ -491,7 +487,9 @@ The compressed face will be piped to this command.")
     (set-buffer-modified-p nil)
     (setq buffer-read-only t)
     (set-buffer the-buf)
-    obuf))
+    )
+  (setq mime-view-buffer obuf)
+  )
 
 (defun mime-view-display-entity (content cinfo ibuf obuf)
   "Display entity from content-info CONTENT."