From f3625fc03493ac40350ba45fc57c72f35ca86cf7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 15 Aug 1999 11:52:16 +0000 Subject: [PATCH] (face-valid-attribute-values): Look in x-bitmap-file-path only for x and w32 window systems. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))) -- 2.39.5