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