From 98cc61deb661bdde495656bb95d0e728c1f360ac Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 6 Jan 2012 05:48:48 +0000 Subject: gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer' argument to `message-reply'. This broke `special-display-*' frame pop-uping (bug#10238). --- lisp/gnus/gnus-msg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus/gnus-msg.el') diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 0498e2df320..c825c4251bb 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1129,7 +1129,7 @@ If VERY-WIDE, make a very wide reply." (insert headers)) (goto-char (point-max))) (mml-quote-region (point) (point-max)) - (message-reply nil wide 'switch-to-buffer) + (message-reply nil wide) (when yank (gnus-inews-yank-articles yank)) (gnus-summary-handle-replysign))))) -- cgit v1.2.3