Variable: erc-insert-this

erc-insert-this is a variable defined in erc.el.gz.

Value

t

Documentation

Insert the text into the target buffer or not.

Functions on erc-insert-pre-hook can set this variable to nil if they wish to avoid insertion of a particular string.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-insert-this t
  "Insert the text into the target buffer or not.
Functions on `erc-insert-pre-hook' can set this variable to nil
if they wish to avoid insertion of a particular string.")