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:
077cd62
)
* wl-util.el (toplevel): Add (eval-when-compile (require
author
kaoru
<kaoru>
Mon, 21 Aug 2000 09:13:40 +0000
(09:13 +0000)
committer
kaoru
<kaoru>
Mon, 21 Aug 2000 09:13:40 +0000
(09:13 +0000)
'elmo-util)). (Maybe `provide' is typo.)
wl/ChangeLog
patch
|
blob
|
history
wl/wl-util.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
3fba289
..
43431d2
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-1,3
+1,8
@@
+2000-08-21 Kaoru Takahashi <kaoru@kaisei.org>
+
+ * wl-util.el (toplevel): Add (eval-when-compile (require
+ 'elmo-util)). (Maybe `provide' is typo.)
+
2000-08-21 Yuuichi Teranishi <teranisi@gohome.org>
* wl-util.el (toplevel): Removed (provide 'elmo-util).
diff --git
a/wl/wl-util.el
b/wl/wl-util.el
index
1dfb2d7
..
c4910aa
100644
(file)
--- a/
wl/wl-util.el
+++ b/
wl/wl-util.el
@@
-30,6
+30,8
@@
;;
(provide 'wl-util)
+(eval-when-compile
+ (require 'elmo-util))
(condition-case ()
(require 'tm-edit)