* wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
authorkaoru <kaoru>
Wed, 16 Aug 2000 04:35:47 +0000 (04:35 +0000)
committerkaoru <kaoru>
Wed, 16 Aug 2000 04:35:47 +0000 (04:35 +0000)
use function `wl-string-match-assoc'.

wl/ChangeLog
wl/wl-draft.el

index 014dc5c..dd461b8 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
+       use function `wl-string-match-assoc'.
+
 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
index 481b87b..c47a289 100644 (file)
@@ -1925,6 +1925,8 @@ Only support for TO, SUBJECT, and OTHER-HEADERS has been implemented.
 Support for CONTINUE, YANK-ACTION, and SEND-ACTIONS has not
 been implemented yet.  Partial support for SWITCH-FUNCTION now supported."
 
+  (unless (featurep 'wl)
+    (require 'wl))
   ;; protect these -- to and subject get bound at some point, so it looks
   ;; to be necessary to protect the values used w/in
   (let ((wl-user-agent-headers-and-body-alist other-headers)