(mime-edit-normalize-body): Use `mule-caesar-region' instead of
authormorioka <morioka>
Fri, 9 May 1997 01:26:13 +0000 (01:26 +0000)
committermorioka <morioka>
Fri, 9 May 1997 01:26:13 +0000 (01:26 +0000)
`caesar-region'.

mime-edit.el

index e9d4b52..42232fb 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1994/08/21 renamed from mime.el
 ;;     Renamed: 1997/2/21 from tm-edit.el
-;; Version: $Revision: 0.78 $
+;; Version: $Revision: 0.79 $
 ;; Keywords: MIME, multimedia, multilingual, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 ;;;
 
 (defconst mime-edit-RCS-ID
-  "$Id: mime-edit.el,v 0.78 1997-05-08 23:31:14 morioka Exp $")
+  "$Id: mime-edit.el,v 0.79 1997-05-09 01:26:13 morioka Exp $")
 
 (defconst mime-edit-version (get-version-string mime-edit-RCS-ID))
 
@@ -1936,9 +1936,7 @@ Content-Transfer-Encoding: 7bit
        (cond ((string-equal contype "text/x-rot13-47")
               (save-excursion
                 (forward-line)
-                (set-mark (point))
-                (goto-char (mime-edit-content-end))
-                (caesar-region)
+                (mule-caesar-region (point) (mime-edit-content-end))
                 ))
              ((string-equal contype "text/enriched")
               (save-excursion