(cond ((null color)
(message "Warning: no color specified for <x-color>"))
((internal-find-face face))
- ((and window-system (facemenu-get-face face)))
+ ((and (display-color-p) (facemenu-get-face face)))
((make-face face)
(message "Warning: color `%s' can't be displayed" color)))
(list from to 'face face)))
(cond ((null color)
(message "Warning: no color specified for <x-bg-color>"))
((internal-find-face face))
- ((and window-system (facemenu-get-face face)))
+ ((and (display-color-p) (facemenu-get-face face)))
((make-face face)
(message "Warning: color `%s' can't be displayed" color)))
(list from to 'face face)))