aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen1995-12-16 14:54:55 +0000
committerLars Magne Ingebrigtsen1995-12-16 14:54:55 +0000
commitddc2544e5e03d2bd2e4e5a5a033ac353b8665560 (patch)
treec683675162e76fc4ec3ae0a3a6c5f4e4b78cd750
parent627bd32d9445fc6100a390988a4eee35accaf8ca (diff)
downloademacs-ddc2544e5e03d2bd2e4e5a5a033ac353b8665560.tar.gz
emacs-ddc2544e5e03d2bd2e4e5a5a033ac353b8665560.zip
* nntp.el (nntp-open-server): Enable successful "connectionless"
server switching.
-rw-r--r--lisp/nntp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nntp.el b/lisp/nntp.el
index beacf5d610d..f610bc1ad7e 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -363,7 +363,7 @@ servers."
363 ;; check that the physical server is opened. 363 ;; check that the physical server is opened.
364 (if (or (nntp-server-opened server) 364 (if (or (nntp-server-opened server)
365 connectionless) 365 connectionless)
366 () 366 t
367 (if (member nntp-address nntp-timeout-servers) 367 (if (member nntp-address nntp-timeout-servers)
368 nil 368 nil
369 ;; We open a connection to the physical nntp server. 369 ;; We open a connection to the physical nntp server.