From 1111ca120eaddde2450b27d36ba75123634fe253 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 22 Dec 1998 02:58:12 +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 3d5aca3..f17bc65 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2159,7 +2159,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