aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/facemenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 49b5a386ac0..17433030042 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -614,7 +614,7 @@ no color is set and a warning is issued."
614 (let ((name (symbol-name symbol)) 614 (let ((name (symbol-name symbol))
615 foreground) 615 foreground)
616 (cond ((internal-find-face symbol)) 616 (cond ((internal-find-face symbol))
617 ((and window-system 617 ((and (display-color-p)
618 (or (setq foreground (string-match "^fg:" name)) 618 (or (setq foreground (string-match "^fg:" name))
619 (string-match "^bg:" name))) 619 (string-match "^bg:" name)))
620 (let ((face (make-face symbol)) 620 (let ((face (make-face symbol))