Variable: erc-insert-done-hook

erc-insert-done-hook is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

This hook is called after inserting strings into the buffer.

This hook is not called from inside save-excursion and should preserve point if needed.

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-insert-done-hook nil
  "This hook is called after inserting strings into the buffer.
This hook is not called from inside `save-excursion' and should
preserve point if needed."
  :group 'erc-hooks
  :version "27.1"
  :type 'hook)