projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee9f77
)
Added autoload md5.
author
kaoru
<kaoru>
Wed, 14 Apr 2004 14:15:11 +0000
(14:15 +0000)
committer
kaoru
<kaoru>
Wed, 14 Apr 2004 14:15:11 +0000
(14:15 +0000)
elmo/elmo-util.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-util.el
b/elmo/elmo-util.el
index
8f097a9
..
f76e85a
100644
(file)
--- 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)