From: kaoru Date: Wed, 14 Apr 2004 14:15:11 +0000 (+0000) Subject: Added autoload md5. X-Git-Tag: wl-2_11_25~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b84399973757bd323516632e36403b67cf2f8969;p=elisp%2Fwanderlust.git Added autoload md5. --- diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 8f097a9..f76e85a 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -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)