Function: nnspool-request-list-distributions
nnspool-request-list-distributions is a byte-compiled function defined
in nnspool.el.gz.
Signature
(nnspool-request-list-distributions &optional SERVER)
Documentation
List distributions (defined in NNTP2).
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnspool.el.gz
(deffoo nnspool-request-list-distributions (&optional _server)
"List distributions (defined in NNTP2)."
(save-excursion
(or (nnspool-find-file nnspool-distributions-file)
(nnheader-report 'nnspool (nnheader-file-error
nnspool-distributions-file)))))