From: morioka Date: Mon, 17 Mar 1997 11:48:01 +0000 (+0000) Subject: Variable `mime-view-decoding-mode' was abolished. X-Git-Tag: Hokutetsu-Ishikawa-new~100 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b78516af7d0cf639d962f62df38730b13b65a7f2;p=elisp%2Fsemi.git Variable `mime-view-decoding-mode' was abolished. --- diff --git a/mime-play.el b/mime-play.el index 982c79d..ceb7e03 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Created: 1995/9/26 (separated from tm-view.el) ;; Renamed: 1997/2/21 from tm-play.el -;; Version: $Id: mime-play.el,v 0.21 1997-03-17 11:45:09 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.22 1997-03-17 11:48:01 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -35,8 +35,6 @@ ;;; @ content decoder ;;; -(defvar mime-view-decoding-mode "play" "MIME body decoding mode") - (defvar mime-preview/after-decoded-position nil) (defun mime-play-entity (&optional mode) @@ -64,9 +62,6 @@ If MODE is specified, play as it. Default MODE is \"play\"." )))) (defun mime-article/decode-content (cinfo &optional mode) - (or mode - (setq mode mime-view-decoding-mode) - ) (let ((beg (mime::content-info/point-min cinfo)) (end (mime::content-info/point-max cinfo)) (ctype (or (mime::content-info/type cinfo) "text/plain"))