* wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
authoryoichi <yoichi>
Fri, 8 Nov 2002 05:34:11 +0000 (05:34 +0000)
committeryoichi <yoichi>
Fri, 8 Nov 2002 05:34:11 +0000 (05:34 +0000)
as `keep' unless switch-function.

wl/ChangeLog
wl/wl-draft.el

index d0f38de..051c7ce 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
+       as `keep' unless switch-function.
+
 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
index 38f691b..77de35a 100644 (file)
@@ -2400,6 +2400,8 @@ been implemented yet.  Partial support for SWITCH-FUNCTION now supported."
 
   (unless (featurep 'wl)
     (require 'wl))
+  (or switch-function
+      (setq switch-function 'keep))
   ;; 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)