Variable: gnus-agent-plugged-hook

gnus-agent-plugged-hook is a customizable variable defined in gnus-agent.el.gz.

Value

nil

Documentation

Hook run when plugging into the network.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defcustom gnus-agent-plugged-hook nil
  "Hook run when plugging into the network."
  :group 'gnus-agent
  :type 'hook)