Variable: gnus-mode-map

gnus-mode-map is a variable defined in gnus.el.gz.

Value


Documentation

Keymap for gnus-mode.

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.")