Variable: gnus-before-startup-hook

gnus-before-startup-hook is a customizable variable defined in gnus-start.el.gz.

Value

nil

Documentation

A hook called before startup.

This hook is called as the first thing when Gnus is started. See also gnus-before-resume-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-before-startup-hook nil
  "A hook called before startup.
This hook is called as the first thing when Gnus is started.
See also `gnus-before-resume-hook'."
  :group 'gnus-start
  :type 'hook)