From acf2b027a242bfd4ae60c94d41c899b13bccfda9 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 21 Mar 1997 17:48:32 +0000 Subject: [PATCH] Function `mime-view-make-preview-buffer' was abolished. --- mime-view.el | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/mime-view.el b/mime-view.el index 7816bbe..e9eef8a 100644 --- a/mime-view.el +++ b/mime-view.el @@ -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." -- 1.7.10.4