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:
366496c
)
* wl-draft.el (wl-draft): Call `wl-plugged-init'.
author
teranisi
<teranisi>
Fri, 21 Sep 2001 01:45:35 +0000
(
01:45
+0000)
committer
teranisi
<teranisi>
Fri, 21 Sep 2001 01:45:35 +0000
(
01:45
+0000)
wl/ChangeLog
patch
|
blob
|
history
wl/wl-draft.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
6dac16f
..
cac90d1
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-1,3
+1,7
@@
+2001-09-21 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-draft.el (wl-draft): Call `wl-plugged-init'.
+
2001-09-21 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-vars.el (wl-message-truncate-lines): Change default value
diff --git
a/wl/wl-draft.el
b/wl/wl-draft.el
index
017e61e
..
c56efd1
100644
(file)
--- a/
wl/wl-draft.el
+++ b/
wl/wl-draft.el
@@
-1317,7
+1317,8
@@
If optional argument is non-nil, current draft buffer is killed"
(unless wl-init
(wl-load-profile)
(wl-folder-init)
- (elmo-init))
+ (elmo-init)
+ (wl-plugged-init))
(wl-init) ; returns immediately if already initialized.
(if (interactive-p)
(setq summary-buf (wl-summary-get-buffer (wl-summary-buffer-folder-name))))