[gnus git] branch no-gnus updated: m0-1-83-g970a203 =1= Minor `gnus-use-full-window'/`gnus-bug' fixup
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 970a203fe353113143ae9b07a435810e9b189e09 (commit)
from c2c7dc83f29746832e8fa333b9ddad5b228e0f07 (commit)
- Log -----------------------------------------------------------------
commit 970a203fe353113143ae9b07a435810e9b189e09
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Wed Mar 14 16:16:50 2012 +0100
Minor `gnus-use-full-window'/`gnus-bug' fixup
* gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
using a `gnus-use-full-window' setup (bug#11013).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 666a741..3f30576 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-14 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
+ using a `gnus-use-full-window' setup (bug#11013).
+
2012-03-12 Lars Magne Ingebrigtsen <[email protected]>
* gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 7c8d194..500ace9 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1453,7 +1453,6 @@ If YANK is non-nil, include the original article."
(error "Gnus has been shut down"))
(gnus-setup-message (if (message-mail-user-agent) 'message 'bug)
(unless (message-mail-user-agent)
- (delete-other-windows)
(when gnus-bug-create-help-buffer
(switch-to-buffer "*Gnus Help Bug*")
(erase-buffer)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-msg.el | 1 -
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, no-gnus has been updated
hooks/post-receive
--
Gnus Project