From 58720c415ee0c809616ff504477097134553a293 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 24 Oct 2010 04:50:28 +0200 Subject: [PATCH] (gnus-summary-select-article): Make sure we have the original article buffer live. --- lisp/ChangeLog | 5 +++++ lisp/gnus-sum.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49d1e396a..02c52a0ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-10-24 Lars Magne Ingebrigtsen + + * gnus-sum.el (gnus-summary-select-article): Make sure we have the + original article buffer live. + 2010-10-23 Lars Magne Ingebrigtsen * shr.el (shr-tag-strong): Added. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index e4e611126..401624435 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -7584,7 +7584,8 @@ be displayed." (null (get-buffer gnus-article-buffer)) (not (eq article (cdr gnus-article-current))) (not (equal (car gnus-article-current) - gnus-newsgroup-name)))) + gnus-newsgroup-name)) + (not (buffer-name gnus-original-article-buffer)))) (and (not gnus-single-article-buffer) (or (null gnus-current-article) (not (eq gnus-current-article article)))) -- 2.25.1