diff --git a/lisp/faces.el b/lisp/faces.el index 8ed46f6e876..57cb19b6e18 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -747,7 +747,7 @@ an integer value." ((:height) 'integerp) (:stipple - (and window-system + (and (memq window-system '(x w32)) (mapcar #'list (apply #'nconc (mapcar #'directory-files x-bitmap-file-path)))))