From 0cfa32fe83c6bae9369309b31653cc791b7eb55c Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 17 Mar 1997 11:44:42 +0000 Subject: [PATCH] Variable `mime-view-decoding-mode' was moved to mime-play.el. --- mime-view.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mime-view.el b/mime-view.el index 3407ebe..a25def4 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.30 $ +;; Version: $Revision: 0.31 $ ;; 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.30 1997-03-17 05:09:05 morioka Exp $") + "$Id: mime-view.el,v 0.31 1997-03-17 11:44:42 morioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -897,8 +897,6 @@ button-2 Move to point under the mouse cursor (autoload 'mime-play-entity "mime-play") -(defvar mime-view-decoding-mode "play" "MIME body decoding mode") - (defun mime-view-extract-content () (interactive) (mime-play-entity "extract") -- 1.7.10.4