`mime-preview/default-content-separator' ->
authormorioka <morioka>
Mon, 17 Mar 1997 13:55:01 +0000 (13:55 +0000)
committermorioka <morioka>
Mon, 17 Mar 1997 13:55:01 +0000 (13:55 +0000)
`mime-view-entity-separator-function'.

mime-view.el

index 2f1731f..6ea8360 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.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))