Variable: gnus-before-resume-hook

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

Value

nil

Documentation

A hook called before resuming Gnus after suspend.

This hook is called as the first thing when Gnus is resumed after a suspend. See also gnus-before-startup-hook.

This variable was added, or its default value changed, in Emacs 24.4.

Source Code

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