From 4a04c6271f5a381ed18d5b91523b5af59c2cf4df Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 21 Mar 1997 17:40:12 +0000 Subject: [PATCH] `mime-view-setup-buffer' -> `mime-view-setup-buffers'. --- mime-view.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mime-view.el b/mime-view.el index a6eee66..7816bbe 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.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 -- 1.7.10.4