1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 07:31:13 -08:00

* nntp.el (nntp-open-server): Enable successful "connectionless"

server switching.
This commit is contained in:
Lars Magne Ingebrigtsen 1995-12-16 14:54:55 +00:00
parent 627bd32d94
commit ddc2544e5e

View file

@ -363,7 +363,7 @@ servers."
;; 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.