Function: nnselect-article-id

nnselect-article-id is a byte-compiled function defined in nnselect.el.gz.

Signature

(nnselect-article-id ARTICLE)

Documentation

Return the pair (nnselect id . real id) of ARTICLE.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnselect.el.gz
(define-inline nnselect-article-id (article)
  "Return the pair `(nnselect id . real id)' of ARTICLE."
  (inline-quote (cons ,article (nnselect-article-number ,article))))