Function: gnus-group-entry

gnus-group-entry is a macro defined in gnus.el.gz.

Signature

(gnus-group-entry GROUP)

Documentation

Get the newsrc entry for GROUP.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defmacro gnus-group-entry (group)
  "Get the newsrc entry for GROUP."
  `(gethash ,group gnus-newsrc-hashtb))