From 228a4c364d19ed875acec270683ff9d710198a33 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 22 Dec 1998 02:58:40 +0000 Subject: [PATCH] * (gnus-article-prepare-display): Set `gnus-article-current-summary' to `gnus-summary-buffer'. --- lisp/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 247338f..b46cf8b 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2155,7 +2155,7 @@ If ALL-HEADERS is non-nil, no headers are hidden." ;; Display message. (funcall method) ;; Associate this article with the current summary buffer. - (setq gnus-article-current-summary (current-buffer)) + (setq gnus-article-current-summary gnus-summary-buffer) ;; Perform the article display hooks. (gnus-run-hooks 'gnus-article-display-hook))) -- 1.7.10.4