Variable: erc--own-property-names
erc--own-property-names is a variable defined in erc.el.gz.
Value
(tags erc--speaker erc-parsed display erc--msg erc--spkr erc--ts
erc--skip erc--cmd erc--hide erc--ctcp erc--ephemeral
rear-nonsticky erc-prompt field front-sticky read-only
cursor-intangible cursor-sensor-functions isearch-open-invisible
invisible intangible erc-callback erc-data mouse-face keymap
line-prefix wrap-prefix)
Documentation
Props added by ERC that should not survive killing.
Among those left behind by default are font-lock-face and
erc-secret.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--own-property-names
`( tags erc--speaker erc-parsed display ; core
;; `erc--msg-props'
,@erc--ranked-properties
;; `erc-display-prompt'
rear-nonsticky erc-prompt field front-sticky read-only
;; stamp
cursor-intangible cursor-sensor-functions isearch-open-invisible
;; match
invisible intangible
;; button
erc-callback erc-data mouse-face keymap
;; fill-wrap
line-prefix wrap-prefix)
"Props added by ERC that should not survive killing.
Among those left behind by default are `font-lock-face' and
`erc-secret'.")