From 0db2e6afa394272e3b33bae713eab0b9bdefc974 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 13 Jan 2009 12:41:34 +0000 Subject: [PATCH] (face-valid-attribute-values): No stipple on w32. (Bug#884) --- lisp/ChangeLog | 4 ++++ lisp/faces.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87f34a67970..232bc70a57c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-01-13 Jason Rumney + + * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884) + 2009-01-12 Juanma Barranquero * subr.el (play-sound): Doc fix. (Bug#250) diff --git a/lisp/faces.el b/lisp/faces.el index d1a716994eb..522446add15 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1020,7 +1020,7 @@ an integer value." ((: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) -- 2.39.2