From 750051d7752e3ae18a1bdafbf809dd903f5f5a6c Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 17 Mar 1997 13:28:35 +0000 Subject: [PATCH] Variable `mime-preview/content-button-function' was abolished. --- mime-view.el | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/mime-view.el b/mime-view.el index 51d8cb0..f468f97 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.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) ) -- 1.7.10.4