gnus-article-buffer.
(gnus-request-article-this-buffer): Don't set up
`gnus-article-current-summary'.
(gnus-run-hooks 'gnus-article-prepare-hook)
;; Display message.
(funcall method)
+ ;; Associate this article with the current summary buffer.
+ (setq gnus-article-current-summary summary-buffer)
;; Perform the article display hooks.
(gnus-run-hooks 'gnus-article-display-hook))
;; Do page break.
;; It was a pseudo.
(t article)))
- ;; Associate this article with the current summary buffer.
- (setq gnus-article-current-summary gnus-summary-buffer)
-
;; Update sparse articles.
(when (and do-update-line
(or (numberp article)