diff options
author | Eli Zaretskii <eliz@gnu.org> | 1999-08-15 11:52:16 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 1999-08-15 11:52:16 +0000 |
commit | f3625fc03493ac40350ba45fc57c72f35ca86cf7 (patch) | |
tree | 74d6cd0ff5564224dfe87d522e77795a8a12b5a0 /lisp/faces.el | |
parent | c0e2e77f8fff19c9b314806fcdd660f792f210fd (diff) | |
download | emacs-f3625fc03493ac40350ba45fc57c72f35ca86cf7.tar.gz |
(face-valid-attribute-values): Look in
x-bitmap-file-path only for x and w32 window systems.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) |