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

lisp/gnus-art.el

index 3d5aca3..f17bc65 100644 (file)
@@ -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)))