diff lisp/info.el @ 16590:a0cfcb9f8033

Use w32 instead of ms-windows for window-system symbol
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 19 Nov 1996 06:59:17 +0000
parents 791b96e8f25e
children 21c4e4e580a9
line wrap: on
line diff
--- a/lisp/info.el	Tue Nov 19 06:49:05 1996 +0000
+++ b/lisp/info.el	Tue Nov 19 06:59:17 1996 +0000
@@ -1719,7 +1719,7 @@
   (make-local-variable 'Info-tag-table-marker)
   (make-local-variable 'Info-history)
   (make-local-variable 'Info-index-alternatives)
-  (if (memq (framep (selected-frame)) '(x pc ms-windows))
+  (if (memq (framep (selected-frame)) '(x pc w32))
       (progn
 	(make-face 'info-node)
 	(make-face 'info-menu-5)