# HG changeset patch # User Jason Rumney # Date 1231850424 0 # Node ID 9076b03251f03fb6974c89dd21b1bed0bc82bad0 # Parent 9a61f941d76d7985027327562afdda49f069a615 (face-valid-attribute-values): No stipple on w32. (Bug#884) diff -r 9a61f941d76d -r 9076b03251f0 lisp/faces.el --- 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)