From 409e2c4fe3cdf74502f5c8c35b054f95521e18f7 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 9 May 1997 03:07:02 +0000 Subject: [PATCH] Use "text/x-rot13-47-48" instead of "text/x-rot13-47-48". --- mime-edit.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mime-edit.el b/mime-edit.el index 42232fb..596242a 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -7,7 +7,7 @@ ;; Maintainer: MORIOKA Tomohiko ;; Created: 1994/08/21 renamed from mime.el ;; Renamed: 1997/2/21 from tm-edit.el -;; Version: $Revision: 0.79 $ +;; Version: $Revision: 0.80 $ ;; Keywords: MIME, multimedia, multilingual, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -122,7 +122,7 @@ ;;; (defconst mime-edit-RCS-ID - "$Id: mime-edit.el,v 0.79 1997-05-09 01:26:13 morioka Exp $") + "$Id: mime-edit.el,v 0.80 1997-05-09 03:07:02 morioka Exp $") (defconst mime-edit-version (get-version-string mime-edit-RCS-ID)) @@ -180,7 +180,7 @@ To insert a signature file automatically, call the function ("html" ;;("charset" "" "ISO-2022-JP" "US-ASCII" "ISO-8859-1" "ISO-8859-8") ) - ("x-rot13-47") + ("x-rot13-47-48") ) ("message" ("external-body" @@ -1933,7 +1933,7 @@ Content-Transfer-Encoding: 7bit (intern (downcase charset)) (mime-edit-choose-charset))) (mime-edit-define-charset charset) - (cond ((string-equal contype "text/x-rot13-47") + (cond ((string-equal contype "text/x-rot13-47-48") (save-excursion (forward-line) (mule-caesar-region (point) (mime-edit-content-end)) -- 1.7.10.4