Mercurial > emacs
changeset 13741:9b68e9a5cae1
* nntp.el (nntp-open-server): Enable successful "connectionless"
server switching.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Sat, 16 Dec 1995 14:54:55 +0000 |
parents | 7868bb1ee05f |
children | 6896ecdd9378 |
files | lisp/nntp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/nntp.el Sat Dec 16 03:32:35 1995 +0000 +++ b/lisp/nntp.el Sat Dec 16 14:54:55 1995 +0000 @@ -363,7 +363,7 @@ ;; check that the physical server is opened. (if (or (nntp-server-opened server) connectionless) - () + t (if (member nntp-address nntp-timeout-servers) nil ;; We open a connection to the physical nntp server.