Variable: erc-insert-post-hook

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

Value

nil

Documentation

This hook is called just after erc-insert-modify-hook.

At this point, all modifications from prior hook functions are done.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-insert-post-hook nil
  "This hook is called just after `erc-insert-modify-hook'.
At this point, all modifications from prior hook functions are done."
  :group 'erc-hooks
  :type 'hook
  :options '(erc-truncate-buffer
             erc-make-read-only
             erc-save-buffer-in-logs))