changeset 101149:9076b03251f0

(face-valid-attribute-values): No stipple on w32. (Bug#884)
author Jason Rumney <jasonr@gnu.org>
date Tue, 13 Jan 2009 12:40:24 +0000
parents 9a61f941d76d
children c60067d1d8a4
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Tue Jan 13 05:30:33 2009 +0000
+++ b/lisp/faces.el	Tue Jan 13 12:40:24 2009 +0000
@@ -1020,7 +1020,7 @@
            ((:height)
             'integerp)
            (:stipple
-            (and (memq (window-system frame) '(x w32 ns))
+            (and (memq (window-system frame) '(x ns)) ; No stipple on w32
                  (mapcar #'list
                          (apply #'nconc
                                 (mapcar (lambda (dir)