* wl-draft.el (wl-draft): Call `wl-plugged-init'.
authorteranisi <teranisi>
Fri, 21 Sep 2001 01:45:35 +0000 (01:45 +0000)
committerteranisi <teranisi>
Fri, 21 Sep 2001 01:45:35 +0000 (01:45 +0000)
wl/ChangeLog
wl/wl-draft.el

index 6dac16f..cac90d1 100644 (file)
@@ -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
index 017e61e..c56efd1 100644 (file)
@@ -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))))