* (gnus-article-prepare-display): Set `gnus-article-current-summary' to
authoryamaoka <yamaoka>
Tue, 22 Dec 1998 03:19:40 +0000 (03:19 +0000)
committeryamaoka <yamaoka>
Tue, 22 Dec 1998 03:19:40 +0000 (03:19 +0000)
`gnus-summary-buffer'.

lisp/gnus-art.el

index 247338f..b46cf8b 100644 (file)
@@ -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)))