Function: gnus-mode
gnus-mode is an interactive and byte-compiled function defined in
gnus.el.gz.
Signature
(gnus-mode)
Documentation
Base mode from which all other gnus modes derive.
This does nothing but derive from special-mode, and should not
be used directly.
In addition to any hooks its parent mode might have run, this mode
runs the hook gnus-mode-hook, as the final or penultimate step
during initialization.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
;;; Base gnus-mode
(define-derived-mode gnus-mode special-mode nil
"Base mode from which all other gnus modes derive.
This does nothing but derive from `special-mode', and should not
be used directly.")