Function: gnus-group-active-topic-p

gnus-group-active-topic-p is a byte-compiled function defined in gnus-topic.el.gz.

Signature

(gnus-group-active-topic-p)

Documentation

Say whether the current topic comes from the active topics.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-group-active-topic-p ()
  "Say whether the current topic comes from the active topics."
  (get-text-property (line-beginning-position) 'gnus-active))