Variable: erc-track--alt-normals-function
erc-track--alt-normals-function is a variable defined in
erc-track.el.gz.
Value
nil
Documentation
A function to possibly elect a "normal" face.
Called with the current incumbent and the worthiest new contender
followed by all new contending faces and so-called "normal"
faces. See erc-track--select-mode-line-face for their meanings
and expected types. This function should return a face or nil.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defvar erc-track--alt-normals-function nil
"A function to possibly elect a \"normal\" face.
Called with the current incumbent and the worthiest new contender
followed by all new contending faces and so-called \"normal\"
faces. See `erc-track--select-mode-line-face' for their meanings
and expected types. This function should return a face or nil.")