forked from Github/emacs
; Fix last change
This commit is contained in:
parent
ab5258b192
commit
d5ab8b6f24
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ connection timeouts (which may be several minutes) or
|
||||||
`nntp-with-open-group', opens a new connection then re-issues the NNTP
|
`nntp-with-open-group', opens a new connection then re-issues the NNTP
|
||||||
command whose response triggered the error."
|
command whose response triggered the error."
|
||||||
(declare (indent 2) (debug (form form [&optional symbolp] def-body)))
|
(declare (indent 2) (debug (form form [&optional symbolp] def-body)))
|
||||||
(when (consp connectionless))
|
(when (consp connectionless)
|
||||||
(setq forms (cons connectionless forms)
|
(setq forms (cons connectionless forms)
|
||||||
connectionless nil))
|
connectionless nil))
|
||||||
`(nntp-with-open-group-function ,group ,server ,connectionless
|
`(nntp-with-open-group-function ,group ,server ,connectionless
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue