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:
004eb15
)
Add (eval-when-compile (require 'static)).
author
kaoru
<kaoru>
Wed, 20 Feb 2008 12:11:08 +0000
(12:11 +0000)
committer
kaoru
<kaoru>
Wed, 20 Feb 2008 12:11:08 +0000
(12:11 +0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-util.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
ca5a3bc
..
25fa2c0
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-1,3
+1,7
@@
+2008-02-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * elmo-util.el: Add (eval-when-compile (require 'static)).
+
2008-02-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
* mmimap.el: Remove (require 'static).
diff --git
a/elmo/elmo-util.el
b/elmo/elmo-util.el
index
2e7c597
..
430ca82
100644
(file)
--- a/
elmo/elmo-util.el
+++ b/
elmo/elmo-util.el
@@
-29,7
+29,9
@@
;;; Code:
;;
-(eval-when-compile (require 'cl))
+(eval-when-compile
+ (require 'cl)
+ (require 'static))
(require 'elmo-vars)
(require 'elmo-date)
(require 'mcharset)