Variable: erc--prompt-properties
erc--prompt-properties is a variable defined in erc.el.gz.
Value
(rear-nonsticky t erc-prompt t field erc-prompt front-sticky t
read-only t)
Documentation
Mandatory text properties added to ERC's prompt.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defconst erc--prompt-properties '( rear-nonsticky t
erc-prompt t ; t or `hidden'
field erc-prompt
front-sticky t
read-only t)
"Mandatory text properties added to ERC's prompt.")