# HG changeset patch # User Andrew Innes # Date 913626184 0 # Node ID 30ddc83990a0bae390a443d3962ac4a0fcf1fe30 # Parent 8d2bb5d1416a6ea87603be54fe19a6b1da30d0ff (nntp-request-group): Undo previous change (4xx and 5xx responses are already handled properly). diff -r 8d2bb5d1416a -r 30ddc83990a0 lisp/gnus/nntp.el --- a/lisp/gnus/nntp.el Mon Dec 14 03:22:44 1998 +0000 +++ b/lisp/gnus/nntp.el Mon Dec 14 09:03:04 1998 +0000 @@ -603,7 +603,7 @@ (deffoo nntp-request-group (group &optional server dont-check) (nntp-possibly-change-group nil server) - (when (nntp-send-command "^[245].*\n" "GROUP" group) + (when (nntp-send-command "^2.*\n" "GROUP" group) (let ((entry (nntp-find-connection-entry nntp-server-buffer))) (setcar (cddr entry) group))))