From 439ef6223c859ce676fe63147ac8b0527352c2a6 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 17 Mar 1997 11:45:09 +0000 Subject: [PATCH] Variable `mime-view-decoding-mode' was moved from mime-view.el. --- mime-play.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index d88d09d..982c79d 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.20 1997-03-17 05:05:14 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.21 1997-03-17 11:45:09 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -35,6 +35,8 @@ ;;; @ 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) -- 1.7.10.4