Require `mmgeneric' when compiling.
authortomo <tomo>
Thu, 2 Mar 2000 10:29:13 +0000 (10:29 +0000)
committertomo <tomo>
Thu, 2 Mar 2000 10:29:13 +0000 (10:29 +0000)
mime.el

diff --git a/mime.el b/mime.el
index ec43118..9ffb478 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -29,6 +29,8 @@
 (require 'mime-def)
 (require 'eword-decode)
 
+(eval-when-compile (require 'mmgeneric))
+
 (eval-and-compile
 
 (autoload 'eword-encode-header "eword-encode"