Function: nnselect-artitem-number

nnselect-artitem-number is a byte-compiled function defined in nnselect.el.gz.

Signature

(nnselect-artitem-number ARTITEM)

Documentation

Return the number from the ARTITEM.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnselect.el.gz
(define-inline nnselect-artitem-number (artitem)
  "Return the number from the ARTITEM."
  (inline-quote (elt ,artitem 1)))