Function: nnselect-article-group
nnselect-article-group is an autoloaded and byte-compiled function
defined in nnselect.el.gz.
Signature
(nnselect-article-group ARTICLE)
Documentation
Return the group for ARTICLE.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnselect.el.gz
(define-inline nnselect-article-group (article)
"Return the group for ARTICLE."
(inline-quote
(nnselect-artitem-group (nnselect-artlist-article
gnus-newsgroup-selection ,article))))