(mime-parse-buffer): Revert to auto-load from "mime-parse".
authormorioka <morioka>
Wed, 26 May 1999 09:04:39 +0000 (09:04 +0000)
committermorioka <morioka>
Wed, 26 May 1999 09:04:39 +0000 (09:04 +0000)
mime.el

diff --git a/mime.el b/mime.el
index 0f06476..57cd04f 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -60,7 +60,7 @@ current-buffer, and return it.")
 (autoload 'mime-uri-parse-cid "mime-parse"
   "Parse STRING as cid URI.")
 
-(autoload 'mime-parse-buffer "mmbuffer"
+(autoload 'mime-parse-buffer "mime-parse"
   "Parse BUFFER as a MIME message.")
 
 )