Function: gnus-group-group-level

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

Signature

(gnus-group-group-level)

Documentation

Get the level of the newsgroup on the current line.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-group-level ()
  "Get the level of the newsgroup on the current line."
  (get-text-property (point-at-bol) 'gnus-level))