* wl-draft.el (wl-user-agent-compose): Delete special case for
authorteranisi <teranisi>
Thu, 7 Nov 2002 08:52:14 +0000 (08:52 +0000)
committerteranisi <teranisi>
Thu, 7 Nov 2002 08:52:14 +0000 (08:52 +0000)
switch-to-buffer-other-window.

wl/ChangeLog
wl/wl-draft.el

index 29f003a..1760c9c 100644 (file)
@@ -1,5 +1,8 @@
 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-draft.el (wl-user-agent-compose): Delete special case for
+       switch-to-buffer-other-window.
+
        * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
        (wl-summary-forward): Ditto.
 
index 2b4374a..d2df298 100644 (file)
@@ -2394,11 +2394,6 @@ been implemented yet.  Partial support for SWITCH-FUNCTION now supported."
   (let ((wl-user-agent-headers-and-body-alist other-headers)
        (wl-draft-use-frame (eq switch-function 'switch-to-buffer-other-frame))
        (wl-draft-buffer-style switch-function))
-    (when (eq switch-function 'switch-to-buffer-other-window)
-      (when (one-window-p t)
-       (if (window-minibuffer-p) (other-window 1))
-       (split-window))
-      (other-window 1))
     (if to
        (if (wl-string-match-assoc "to" wl-user-agent-headers-and-body-alist
                                   'ignore-case)