X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fnntp.el;h=f8bd011a3404ff1fe8a28a0c3e69a64d40084ce1;hb=0a919ac2e96918074f11c8740a5acadbec21a676;hp=bdaa7b6fe2a0ab63c0b108c4be6200252000169b;hpb=06aa1b92759389956224a3116e4d3655e5118670;p=elisp%2Fgnus.git- diff --git a/lisp/nntp.el b/lisp/nntp.el index bdaa7b6..f8bd011 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -1317,12 +1317,9 @@ password contained in '~/.nntp-authinfo'." "Find out what the name of the server we have connected to is." ;; Wait for the status string to arrive. (setq nntp-server-type (buffer-string)) - (let ((alist nntp-server-action-alist) - (case-fold-search t) - entry) + (let ((case-fold-search t)) ;; Run server-specific commands. - (while alist - (setq entry (pop alist)) + (dolist (entry nntp-server-action-alist) (when (string-match (car entry) nntp-server-type) (if (and (listp (cadr entry)) (not (eq 'lambda (caadr entry))))