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:
parent
627bd32d94
commit
ddc2544e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue