Function: gnus-group-topic-level

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

Signature

(gnus-group-topic-level)

Documentation

The level of the topic on the current line.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-group-topic-level ()
  "The level of the topic on the current line."
  (get-text-property (line-beginning-position) 'gnus-topic-level))