From 8832cd3e9f7ec70881f01b521ca8447626331854 Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 7 Nov 2002 08:52:14 +0000 Subject: [PATCH] * wl-draft.el (wl-user-agent-compose): Delete special case for switch-to-buffer-other-window. --- wl/ChangeLog | 3 +++ wl/wl-draft.el | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 29f003a..1760c9c 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,8 @@ 2002-11-07 Yuuichi Teranishi + * 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. diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 2b4374a..d2df298 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -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) -- 1.7.10.4