summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index bf9c3302284..438b148f46d 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -149,7 +149,7 @@ in that frame; otherwise change each frame."
(interactive (internal-face-interactive "background"))
;; For a specific frame, use gray stipple instead of gray color
;; if the display does not support a gray color.
- (if (and frame (not (eq frame t))
+ (if (and frame (not (eq frame t)) color
(not (face-color-supported-p frame color t)))
(set-face-stipple face face-default-stipple frame)
(if (null frame)