Variable: erc-track-minor-mode-hook

erc-track-minor-mode-hook is a customizable variable defined in erc-track.el.gz.

Value

nil

Documentation

Hook run after entering or leaving erc-track-minor-mode(var)/erc-track-minor-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
;;;###autoload
(define-minor-mode erc-track-minor-mode
  "Toggle mode line display of ERC activity (ERC Track minor mode).

ERC Track minor mode is a global minor mode.  It exists for the
sole purpose of providing the C-c C-SPC and C-c C-@ keybindings.
Make sure that you have enabled the track module, otherwise the
keybindings will not do anything useful."
  :global t)