[gnus git] branch master updated: n0-17-268-g250de0b =1= * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper original-article-buffer.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 250de0bb9c335dca2bb226fa9572465273009425 (commit)
from d6491815557abe14b2798d84ca9210b5e109348e (commit)
- Log -----------------------------------------------------------------
commit 250de0bb9c335dca2bb226fa9572465273009425
Author: Andrew Cohen <[email protected]>
Date: Mon Sep 5 12:07:19 2011 -0400
* gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
original-article-buffer.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a230232..397c5d9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-05 Andrew Cohen <[email protected]>
+
+ * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
+ original-article-buffer.
+
2011-09-05 Kan-Ru Chen <[email protected]>
* nnir.el (nnir-compose-result): Fix matching of server type.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index fd441c4..bb8c719 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7214,6 +7214,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(quit-config (gnus-group-quit-config gnus-newsgroup-name))
(gnus-group-is-exiting-p t)
(article-buffer gnus-article-buffer)
+ (original-article-buffer gnus-original-article-buffer)
(mode major-mode)
(group-point nil)
(buf (current-buffer))
@@ -7290,7 +7291,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(unless (eq major-mode 'gnus-sticky-article-mode)
(gnus-kill-buffer article-buffer)
(setq gnus-article-current nil))))
- (gnus-kill-buffer gnus-original-article-buffer))
+ (gnus-kill-buffer original-article-buffer))
;; Clear the current group name.
(unless quit-config
-----------------------------------------------------------------------
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-sum.el | 3 ++-
2 files changed, 7 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