(gnus-article-setup-buffer): Actually set the local
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 19 Dec 2006 02:37:24 +0000 (02:37 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 19 Dec 2006 02:37:24 +0000 (02:37 +0000)
version of gnus-summary-buffer to something, so that we can use two
article buffers at the same time.

lisp/ChangeLog
lisp/gnus-art.el

index e312df2..19da84e 100644 (file)
@@ -1,3 +1,9 @@
+2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <tzz@lifelogs.com>
 
        * spam.el (spam-necessary-extra-headers): make
index 7ef6cec..be5ce94 100644 (file)
@@ -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)))))