Variable: erc-track--normal-faces

erc-track--normal-faces is a buffer-local variable defined in erc-track.el.gz.

Documentation

Local copy of erc-track-faces-normal-list as a hash table.

Keys and values are faces. The table is weak valued so it can double as a buttonizing cache. See erc-button-add-button and erc--merge-prop.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defvar-local erc-track--normal-faces nil
  "Local copy of `erc-track-faces-normal-list' as a hash table.
Keys and values are faces.  The table is weak valued so it can double as
a buttonizing cache.  See `erc-button-add-button' and `erc--merge-prop'.")