Variable: erc-connect-pre-hook

erc-connect-pre-hook is a customizable variable defined in erc.el.gz.

Value

(erc-initialize-log-marker)

Documentation

Hook called just before erc calls erc-connect.

Functions are passed a buffer as the first argument.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-connect-pre-hook '(erc-initialize-log-marker)
  "Hook called just before `erc' calls `erc-connect'.
Functions are passed a buffer as the first argument."
  :group 'erc-hooks
  :type 'hook)