Variable: gnus-started-hook
gnus-started-hook is a customizable variable defined in
gnus-start.el.gz.
Value
nil
Documentation
A hook called as the last thing after startup.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-started-hook nil
"A hook called as the last thing after startup."
:group 'gnus-start
:type 'hook)