]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-color-equal): Change win32 to ms-windows.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 1996 02:16:57 +0000 (02:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 1996 02:16:57 +0000 (02:16 +0000)
lisp/facemenu.el

index 4e0d293ca3052b4b4b83692b113aab0a8dc83c1c..bf6cad47f249fab727ab979b7b473cd4fcb50c4e 100644 (file)
@@ -491,7 +491,7 @@ This function queries the window-system server to find out what the
 color names mean.  It returns nil if the colors differ or if it can't
 determine the correct answer."
   (cond ((equal a b) t)
-       ((and (or (eq window-system 'x) (eq window-system 'win32))
+       ((and (memq window-system '(x ms-windows))
              (equal (x-color-values a) (x-color-values b))))
        ((eq window-system 'pc)
         (and (x-color-defined-p a) (x-color-defined-p b)