Simplify check for non-empty list
* lisp/gnus/nntp.el (nntp-with-open-group): Simplify check for non-empty list.
This commit is contained in:
parent
31a66dc891
commit
ab5258b192
1 changed files with 1 additions and 2 deletions
|
@ -643,8 +643,7 @@ connection timeouts (which may be several minutes) or
|
|||
`nntp-with-open-group', opens a new connection then re-issues the NNTP
|
||||
command whose response triggered the error."
|
||||
(declare (indent 2) (debug (form form [&optional symbolp] def-body)))
|
||||
(when (and (listp connectionless)
|
||||
(not (eq connectionless nil)))
|
||||
(when (consp connectionless))
|
||||
(setq forms (cons connectionless forms)
|
||||
connectionless nil))
|
||||
`(nntp-with-open-group-function ,group ,server ,connectionless
|
||||
|
|
Loading…
Add table
Reference in a new issue