Function: nnselect-artitem-group

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

Signature

(nnselect-artitem-group ARTITEM)

Documentation

Return the group from the ARTITEM.

Source Code

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