Variable `mime-preview/content-button-function' was abolished.
authormorioka <morioka>
Mon, 17 Mar 1997 13:28:35 +0000 (13:28 +0000)
committermorioka <morioka>
Mon, 17 Mar 1997 13:28:35 +0000 (13:28 +0000)
mime-view.el

index 51d8cb0..f468f97 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.40 $
+;; Version: $Revision: 0.41 $
 ;; 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.40 1997-03-17 13:11:10 morioka Exp $")
+  "$Id: mime-view.el,v 0.41 1997-03-17 13:28:35 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
@@ -290,9 +290,6 @@ Each elements are regexp of field-name. [mime-view.el]")
        rcnum cinfo ctype params subj encoding)
     ))
 
-(defvar mime-preview/content-button-function
-  (function mime-preview/default-content-button-function))
-
 
 ;;; @@ content header filter
 ;;;
@@ -520,8 +517,8 @@ The compressed face will be piped to this command.")
     (set-buffer obuf)
     (setq nb (point))
     (narrow-to-region nb nb)
-    (funcall mime-preview/content-button-function
-            rcnum cinfo ctype params subj encoding)
+    (mime-preview/default-content-button-function
+     rcnum cinfo ctype params subj encoding)
     (if (mime-view-header-visible-p rcnum cinfo ctype)
        (mime-preview/display-header beg he)
       )