aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-15 02:16:57 +0000
committerRichard M. Stallman <[email protected]>1996-09-15 02:16:57 +0000
commitbc5155cdb1360cc94c3a344cfbbe0f38f2748865 (patch)
treeca12a0b584108dbb59b4d8c3001d69d53fc2a0e8
parent7e45a1ec944734017b04e78b12c57643fbb804d1 (diff)
(facemenu-color-equal): Change win32 to ms-windows.
-rw-r--r--lisp/facemenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 4e0d293ca3..bf6cad47f2 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -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)