tm-ew-e.el was renamed to eword-encode.el; Function
authortmorioka <tmorioka>
Mon, 24 Feb 1997 02:17:11 +0000 (02:17 +0000)
committertmorioka <tmorioka>
Mon, 24 Feb 1997 02:17:11 +0000 (02:17 +0000)
`mime/encode-message-header' was renamed to
`eword-encode-message-header'.

mime-edit.el

index 0fc6949..04721c4 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.40 $
+;; Version: $Revision: 0.41 $
 ;; Keywords: MIME, multimedia, multilingual, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 (require 'mel)
 (require 'tl-list)
 (require 'mime-view)
-(require 'tm-ew-e)
+(require 'eword-encode)
 (require 'signature)
 
 
 ;;;
 
 (defconst mime-edit-RCS-ID
-  "$Id: mime-edit.el,v 0.40 1997-02-21 07:02:52 tmorioka Exp $")
+  "$Id: mime-edit.el,v 0.41 1997-02-24 02:17:11 tmorioka Exp $")
 
 (defconst mime-edit-version (get-version-string mime-edit-RCS-ID))
 
@@ -1415,7 +1415,7 @@ Parameter must be '(PROMPT CHOICE1 (CHOISE2 ...))."
 
 (defun mime-edit-translate-header ()
   "Encode the message header into network representation."
-  (mime/encode-message-header 'code-conversion)
+  (eword-encode-message-header 'code-conversion)
   (run-hooks 'mime-edit-translate-header-hook)
   )
 
@@ -1769,7 +1769,7 @@ Content-Transfer-Encoding: 7bit
          (insert "Content-Type: " contype "\n")
          (if encoding
              (insert "Content-Transfer-Encoding: " encoding "\n"))
-         (mime/encode-message-header)
+         (eword-encode-message-header)
          )
        t)))