changeset 16200:a4588c1facee

(facemenu-color-equal): Change win32 to ms-windows.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Sep 1996 02:16:57 +0000
parents 01511a730dd8
children 14f248aae1e0
files lisp/facemenu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/facemenu.el	Sun Sep 15 02:15:42 1996 +0000
+++ b/lisp/facemenu.el	Sun Sep 15 02:16:57 1996 +0000
@@ -491,7 +491,7 @@
 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)