Delete autoload setting for `eword-encode-field'.
authoryamaoka <yamaoka>
Thu, 22 Apr 1999 07:54:02 +0000 (07:54 +0000)
committeryamaoka <yamaoka>
Thu, 22 Apr 1999 07:54:02 +0000 (07:54 +0000)
ChangeLog
mime.el

index b9928bf..c119efa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime.el: Delete autoload setting for `eword-encode-field'.
+
 1999-04-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * eword-encode.el: Require `poem' instead of `emu'.
diff --git a/mime.el b/mime.el
index 0130f99..a2f4fec 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -29,8 +29,6 @@
 (require 'mime-def)
 (require 'eword-decode)
 
-(autoload 'eword-encode-field "eword-encode"
-  "Encode header field STRING, and return the result.")
 (autoload 'eword-encode-header "eword-encode"
   "Encode header fields to network representation, such as MIME encoded-word.")