Function: nnselect-artlist-article--inliner
nnselect-artlist-article--inliner is a function defined in
nnselect.el.gz.
Signature
(nnselect-artlist-article--inliner INLINE--FORM ARTLIST N)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnselect.el.gz
;; Closure converted to defun by helpful.
(defun nnselect-artlist-article--inliner
(inline--form artlist n)
(ignore inline--form)
(catch 'inline--just-use
(list 'when
(list '> n 0)
(list 'elt artlist
(list '1- n)))))