Function: gnus-read-active-file-p

gnus-read-active-file-p is a byte-compiled function defined in gnus-start.el.gz.

Signature

(gnus-read-active-file-p)

Documentation

Say whether the active file has been read from gnus-select-method.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defun gnus-read-active-file-p ()
  "Say whether the active file has been read from `gnus-select-method'."
  (memq gnus-select-method gnus-have-read-active-file))