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