Variable: gnus-suspend-gnus-hook
gnus-suspend-gnus-hook is a customizable variable defined in
gnus-group.el.gz.
Value
nil
Documentation
Hook called when suspending (not exiting) Gnus.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defcustom gnus-suspend-gnus-hook nil
"Hook called when suspending (not exiting) Gnus."
:group 'gnus-exit
:type 'hook)