[gnus git] branch master updated: m0-3-143-g62d2c12 =1= Fix minor bug in 23eae558c46c7e86257c60f5bcbe7db451ee6c85.
Tassilo Horn <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 62d2c12d145fa844f823b5242d11b45dde1d23ef (commit)
from 23eae558c46c7e86257c60f5bcbe7db451ee6c85 (commit)
- Log -----------------------------------------------------------------
commit 62d2c12d145fa844f823b5242d11b45dde1d23ef
Author: Tassilo Horn <[email protected]>
Date: Thu Apr 12 20:07:21 2012 +0200
Fix minor bug in 23eae558c46c7e86257c60f5bcbe7db451ee6c85.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 5f9cc3c..884e324 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7257,7 +7257,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(gnus-summary-update-info))
(gnus-close-group group)
;; Make sure where we were, and go to next newsgroup.
- (when (buffer-live-p gnus-group-buffer)
+ (when (buffer-live-p (get-buffer gnus-group-buffer))
(set-buffer gnus-group-buffer))
(unless quit-config
(gnus-group-jump-to-group group))
-----------------------------------------------------------------------
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/gnus-sum.el | 2 +-
1 files changed, 1 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, master has been updated
hooks/post-receive
--
Gnus Project