Variable: erc-stamp--inherited-props

erc-stamp--inherited-props is a variable defined in erc-stamp.el.gz.

Value

(line-prefix wrap-prefix)

Documentation

Extant properties at the start of a message inherited by the stamp.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
;; These are currently extended manually, but we could also bind
;; `text-property-default-nonsticky' and call `insert-and-inherit'
;; instead of `insert', but we'd have to pair the props with differing
;; boolean values for left and right stamps.  Also, since this hook
;; runs last, we can't expect overriding sticky props to be absent,
;; even though, as of 5.6, `front-sticky' is only added by the
;; `readonly' module after hooks run.
(defvar erc-stamp--inherited-props '(line-prefix wrap-prefix)
  "Extant properties at the start of a message inherited by the stamp.")