Variable: erc--msg-prop-overrides

erc--msg-prop-overrides is a variable defined in erc.el.gz.

Value

nil

Documentation

Alist of "message properties" for populating erc--msg-props.

These override any defaults normally shown to modification hooks by erc-display-msg and erc-display-message. Modules should accommodate existing overrides when applicable. Items toward the front shadow any that follow. Ignored when erc--msg-props is already non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--msg-prop-overrides nil
  "Alist of \"message properties\" for populating `erc--msg-props'.
These override any defaults normally shown to modification hooks
by `erc-display-msg' and `erc-display-message'.  Modules should
accommodate existing overrides when applicable.  Items toward the
front shadow any that follow.  Ignored when `erc--msg-props' is
already non-nil.")