From b84399973757bd323516632e36403b67cf2f8969 Mon Sep 17 00:00:00 2001 From: kaoru Date: Wed, 14 Apr 2004 14:15:11 +0000 Subject: [PATCH] Added autoload md5. --- elmo/elmo-util.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 1.7.10.4