summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-09-18 12:25:20 +0000
committerGerd Moellmann <gerd@gnu.org>2001-09-18 12:25:20 +0000
commit475e0e0c0b183b04dc0867d20ec62c931ea824f1 (patch)
treeaf03604919cb1326037e97569753fc36c2fc353c /lisp
parent26f545d7f8efb31dcfb49fd643f448f34343d7bd (diff)
downloademacs-475e0e0c0b183b04dc0867d20ec62c931ea824f1.tar.gz
(gnus-select-newsgroup): Make
`gnus-current-select-method' buffer-local. From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/gnus-sum.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index fa933373f85..36fff90ef88 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -4212,8 +4212,8 @@ If SELECT-ARTICLES, only select those articles from GROUP."
articles fetched-articles cached)
(unless (gnus-check-server
- (setq gnus-current-select-method
- (gnus-find-method-for-group group)))
+ (set (make-local-variable 'gnus-current-select-method)
+ (gnus-find-method-for-group group)))
(error "Couldn't open server"))
(or (and entry (not (eq (car entry) t))) ; Either it's active...