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:
62bd327
)
Add (eval-when-compile (require 'static)).
author
kaoru
<kaoru>
Tue, 19 Feb 2008 12:57:06 +0000
(12:57 +0000)
committer
kaoru
<kaoru>
Tue, 19 Feb 2008 12:57:06 +0000
(12:57 +0000)
utils/ChangeLog
patch
|
blob
|
history
utils/bbdb-wl.el
patch
|
blob
|
history
diff --git
a/utils/ChangeLog
b/utils/ChangeLog
index
f667ce2
..
10f487a
100644
(file)
--- a/
utils/ChangeLog
+++ b/
utils/ChangeLog
@@
-1,3
+1,7
@@
+2008-02-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * bbdb-wl.el: Add (eval-when-compile (require 'static)).
+
2008-02-14 TAKAHASHI Kaoru <kaoru@kaisei.org>
* wl-mailto.el: Use `string-to-number' instead of `string-to-int'.
diff --git
a/utils/bbdb-wl.el
b/utils/bbdb-wl.el
index
bd5140e
..
a054e55
100644
(file)
--- a/
utils/bbdb-wl.el
+++ b/
utils/bbdb-wl.el
@@
-17,6
+17,7
@@
;; bbdb setup.
(eval-when-compile
+ (require 'static)
(require 'mime-setup)
(require 'elmo-vars)
(require 'elmo-util)