diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/facemenu.el | 2 |
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." (let ((name (symbol-name symbol)) foreground) (cond ((internal-find-face symbol)) - ((and window-system + ((and (display-color-p) (or (setq foreground (string-match "^fg:" name)) (string-match "^bg:" name))) (let ((face (make-face symbol)) |