Function: erc-move-to-prompt-setup
erc-move-to-prompt-setup is a byte-compiled function defined in
erc-goodies.el.gz.
Signature
(erc-move-to-prompt-setup)
Documentation
Initialize the move-to-prompt module.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defun erc-move-to-prompt-setup ()
"Initialize the move-to-prompt module."
(add-hook 'pre-command-hook #'erc-move-to-prompt nil t))