;; Created: 1994/7/13
;; Renamed: 1994/8/31 from tm-body.el
;; Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.75 $
+;; Version: $Revision: 0.76 $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
;;;
(defconst mime-view-RCS-ID
- "$Id: mime-view.el,v 0.75 1997-03-18 15:21:28 morioka Exp $")
+ "$Id: mime-view.el,v 0.76 1997-03-21 17:40:12 morioka Exp $")
(defconst mime-view-version (get-version-string mime-view-RCS-ID))
;;; @ buffer setup
;;;
-(defun mime-view-setup-buffer (&optional ctl encoding ibuf obuf)
+(defun mime-view-setup-buffers (&optional ctl encoding ibuf obuf)
(if ibuf
(progn
(get-buffer ibuf)
(set-buffer buf)
(erase-buffer)
)))
- (let ((ret (mime-view-setup-buffer ctl encoding ibuf obuf))
+ (let ((ret (mime-view-setup-buffers ctl encoding ibuf obuf))
(win-conf (current-window-configuration))
)
(prog1