From: Jason Rumney Date: Tue, 13 Jan 2009 12:41:34 +0000 (+0000) Subject: (face-valid-attribute-values): No stipple on w32. (Bug#884) X-Git-Tag: emacs-pretest-23.0.90~486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0db2e6afa394272e3b33bae713eab0b9bdefc974;p=emacs.git (face-valid-attribute-values): No stipple on w32. (Bug#884) --- 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)