aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/erc/erc-track.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index f5ea63ae764..6306df3fa2a 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -1006,7 +1006,7 @@ Failing that, choose the first face in both NEW-FACES and NORMALS."
1006 (dolist (candidate (cdr ranks)) 1006 (dolist (candidate (cdr ranks))
1007 (when (and (not (equal candidate choice)) 1007 (when (and (not (equal candidate choice))
1008 (gethash candidate (car new-faces)) 1008 (gethash candidate (car new-faces))
1009 (gethash choice normals)) 1009 (gethash candidate normals))
1010 (throw 'face candidate))) 1010 (throw 'face candidate)))
1011 ;; Otherwise, go with any "normal" face other than 1011 ;; Otherwise, go with any "normal" face other than
1012 ;; `choice' in the region. 1012 ;; `choice' in the region.