From: Gerd Moellmann Date: Tue, 18 Sep 2001 12:25:20 +0000 (+0000) Subject: (gnus-select-newsgroup): Make X-Git-Tag: emacs-pretest-21.0.106~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=475e0e0c0b183b04dc0867d20ec62c931ea824f1;p=emacs.git (gnus-select-newsgroup): Make `gnus-current-select-method' buffer-local. From TSUCHIYA Masatoshi . --- 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...