]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer' argument to `messa...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 6 Jan 2012 05:48:48 +0000 (05:48 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 6 Jan 2012 05:48:48 +0000 (05:48 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-msg.el

index 446cc4f272ec3ead9da6638debbaf5d9b6842f93..70eb599c015881e20c24452cc13441c7b00610eb 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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).
+
 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
index 0498e2df3200c6e9e86c8cea73b8a151543432de..c825c4251bbaf0e2e99b305ffbe964ea6ed65bfe 100644 (file)
@@ -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)))))