diff options
| -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." | |||
| 747 | ((:height) | 747 | ((:height) |
| 748 | 'integerp) | 748 | 'integerp) |
| 749 | (:stipple | 749 | (:stipple |
| 750 | (and window-system | 750 | (and (memq window-system '(x w32)) |
| 751 | (mapcar #'list | 751 | (mapcar #'list |
| 752 | (apply #'nconc (mapcar #'directory-files | 752 | (apply #'nconc (mapcar #'directory-files |
| 753 | x-bitmap-file-path))))) | 753 | x-bitmap-file-path))))) |