Variable: gnus-summary-mode-group
gnus-summary-mode-group is a variable defined in gnus-sum.el.gz.
Value
nil
Documentation
Variable for communication with gnus-summary-mode.
Allows the gnus-newsgroup-name local variable to be set before
the summary mode hooks are run.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defvar gnus-summary-mode-group nil
"Variable for communication with `gnus-summary-mode'.
Allows the `gnus-newsgroup-name' local variable to be set before
the summary mode hooks are run.")