Variable: erc--insert-line-function
erc--insert-line-function is a variable defined in erc.el.gz.
Value
nil
Documentation
When non-nil, an insert-like function for inserting messages.
Modules, like fill-wrap, that leave a marker at the beginning of an
inserted message clearly want that marker to advance along with text
inserted at that position. This can be addressed by binding this
variable to insert-before-markers around calls to display-message.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--insert-line-function nil
"When non-nil, an `insert'-like function for inserting messages.
Modules, like `fill-wrap', that leave a marker at the beginning of an
inserted message clearly want that marker to advance along with text
inserted at that position. This can be addressed by binding this
variable to `insert-before-markers' around calls to `display-message'.")