(face-valid-attribute-values): Look in

x-bitmap-file-path only for x and w32 window systems.
This commit is contained in:
Eli Zaretskii 1999-08-15 11:52:16 +00:00
parent c0e2e77f8f
commit f3625fc034

View file

@ -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)))))