From: Lars Magne Ingebrigtsen Date: Tue, 19 Dec 2006 02:37:24 +0000 (+0000) Subject: (gnus-article-setup-buffer): Actually set the local X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=50b9006a490c55c802d81dedaa12b1d212ee6821;p=gnus (gnus-article-setup-buffer): Actually set the local version of gnus-summary-buffer to something, so that we can use two article buffers at the same time. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e312df280..19da84e2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-12-19 Lars Magne Ingebrigtsen + + * gnus-art.el (gnus-article-setup-buffer): Actually set the local + version of gnus-summary-buffer to something, so that we can use two + article buffers at the same time. + 2006-12-18 Teodor Zlatanov * spam.el (spam-necessary-extra-headers): make diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 7ef6cec9d..be5ce9405 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -4213,6 +4213,8 @@ Internal variable.") (set-buffer (gnus-get-buffer-create name)) (gnus-article-mode) (make-local-variable 'gnus-summary-buffer) + (setq gnus-summary-buffer + (gnus-summary-buffer-name gnus-newsgroup-name)) (gnus-summary-set-local-parameters gnus-newsgroup-name) (current-buffer)))))