Variable: erc-track--priority-faces

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

Documentation

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

Keys are faces and values are rank integers (smaller is more important).

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defvar-local erc-track--priority-faces nil
  "Local copy of `erc-track-faces-priority-list' as a hash table.
Keys are faces and values are rank integers (smaller is more important).")