From: morioka Date: Thu, 4 Sep 1997 11:11:20 +0000 (+0000) Subject: Rename `mime-preview/display-body' -> `mime-view-display-body'. X-Git-Tag: semi-0_112~43 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=43f2bfe3513dd403749316eebf8cac41052e9a15;p=elisp%2Fsemi.git Rename `mime-preview/display-body' -> `mime-view-display-body'. --- diff --git a/mime-view.el b/mime-view.el index 477e7af..daedfd8 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.98 $ +;; Version: $Revision: 0.99 $ ;; 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.98 1997-09-04 11:10:14 morioka Exp $") + "$Id: mime-view.el,v 0.99 1997-09-04 11:11:20 morioka Exp $") (defconst mime-view-version `,(get-version-string mime-view-RCS-ID)) @@ -535,7 +535,7 @@ The compressed face will be piped to this command.") rcnum cinfo ctype params subj encoding) )) (cond ((mime-view-body-visible-p rcnum cinfo ctype) - (mime-preview/display-body he end + (mime-view-display-body he end rcnum cinfo ctype params subj encoding) ) ((equal ctype "message/partial") @@ -569,8 +569,7 @@ The compressed face will be piped to this command.") (run-hooks 'mime-view-content-header-filter-hook) )) -(defun mime-preview/display-body (beg end - rcnum cinfo ctype params subj encoding) +(defun mime-view-display-body (beg end rcnum cinfo ctype params subj encoding) (save-restriction (narrow-to-region (point-max)(point-max)) (insert-buffer-substring mime-raw-buffer beg end)