From 9e8a10cdf72ee0a5aad9c63d41cee2c1bdde5020 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 17 Mar 1997 13:55:01 +0000 Subject: [PATCH] `mime-preview/default-content-separator' -> `mime-view-entity-separator-function'. --- mime-view.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mime-view.el b/mime-view.el index 2f1731f..6ea8360 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.45 $ +;; Version: $Revision: 0.46 $ ;; 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.45 1997-03-17 13:49:27 morioka Exp $") + "$Id: mime-view.el,v 0.46 1997-03-17 13:55:01 morioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -330,7 +330,7 @@ Each elements are regexp of field-name. [mime-view.el]") ;;; @@ content separator ;;; -(defun mime-preview/default-content-separator (rcnum cinfo ctype params subj) +(defun mime-view-entity-separator-function (rcnum cinfo ctype params subj) (if (and (not (mime-view-header-visible-p rcnum cinfo)) (not (mime-view-body-visible-p rcnum cinfo ctype)) ) @@ -538,7 +538,7 @@ The compressed face will be piped to this command.") (mime-view-insert-entity-button rcnum cinfo ctype params subj encoding) )) - (mime-preview/default-content-separator rcnum cinfo ctype params subj) + (mime-view-entity-separator-function rcnum cinfo ctype params subj) (prog1 (progn (setq ne (point-max)) -- 1.7.10.4