`mime-view-setup-buffer' -> `mime-view-setup-buffers'.
authormorioka <morioka>
Fri, 21 Mar 1997 17:40:12 +0000 (17:40 +0000)
committermorioka <morioka>
Fri, 21 Mar 1997 17:40:12 +0000 (17:40 +0000)
mime-view.el

index a6eee66..7816bbe 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.75 $
+;; Version: $Revision: 0.76 $
 ;; 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.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))
 
@@ -456,7 +456,7 @@ The compressed face will be piped to this command.")
 ;;; @ 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)
@@ -828,7 +828,7 @@ button-2    Move to point under the mouse cursor
          (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