]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-valid-attribute-values): No stipple on w32. (Bug#884)
authorJason Rumney <jasonr@gnu.org>
Tue, 13 Jan 2009 12:41:34 +0000 (12:41 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 13 Jan 2009 12:41:34 +0000 (12:41 +0000)
lisp/ChangeLog
lisp/faces.el

index 87f34a679708bd355aedb84a2a947d3367b7b81d..232bc70a57cc72aaf72a0d06ea4c19403d45b434 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-13  Jason Rumney  <jasonr@gnu.org>
+
+       * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
+
 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
 
        * subr.el (play-sound): Doc fix.  (Bug#250)
index d1a716994eb78d5137fb7525a7084f54a194213f..522446add151e30df97acdb7be328fe82b91480a 100644 (file)
@@ -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)