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:
a744412
)
Fix last change.
author
kaoru
<kaoru>
Tue, 10 Oct 2000 08:10:20 +0000
(08:10 +0000)
committer
kaoru
<kaoru>
Tue, 10 Oct 2000 08:10:20 +0000
(08:10 +0000)
wl/wl-version.el
patch
|
blob
|
history
wl/wl.el
patch
|
blob
|
history
diff --git
a/wl/wl-version.el
b/wl/wl-version.el
index
d2477d2
..
e72496b
100644
(file)
--- a/
wl/wl-version.el
+++ b/
wl/wl-version.el
@@
-29,7
+29,6
@@
;;; Code:
;;
(require 'product)
-(eval-when-compile (require 'wl-util)) ; wl-match-string
(provide 'wl-version)
(product-provide 'wl-version
@@
-49,6
+48,8
@@
(interactive)
(message "%s" (wl-version t)))
+(eval-when-compile (require 'wl-util)) ; wl-match-string
+
(defun wl-generate-user-agent-string ()
"A candidate of wl-generate-mailer-string-func.
Insert User-Agent field instead of X-Mailer field."
diff --git
a/wl/wl.el
b/wl/wl.el
index
1a3566b
..
d8358cb
100644
(file)
--- a/
wl/wl.el
+++ b/
wl/wl.el
@@
-805,5
+805,6
@@
If prefix argument is specified, folder checkings are skipped."
(require 'product)
(product-provide (provide 'wl) (require 'wl-version))
+(provide 'wl) ; circular dependency
;;; wl.el ends here