Added autoload md5.
authorkaoru <kaoru>
Wed, 14 Apr 2004 14:15:11 +0000 (14:15 +0000)
committerkaoru <kaoru>
Wed, 14 Apr 2004 14:15:11 +0000 (14:15 +0000)
elmo/elmo-util.el

index 8f097a9..f76e85a 100644 (file)
@@ -40,6 +40,9 @@
 (require 'poem)
 (require 'emu)
 
+(eval-and-compile
+  (autoload 'md5 "md5"))
+
 (defmacro elmo-set-buffer-multibyte (flag)
   "Set the multibyte flag of the current buffer to FLAG."
   (cond ((boundp 'MULE)