comparison 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
comparison
equal deleted inserted replaced
16589:ec300a10e407 16590:a0cfcb9f8033
1717 (make-local-variable 'Info-current-subfile) 1717 (make-local-variable 'Info-current-subfile)
1718 (make-local-variable 'Info-current-node) 1718 (make-local-variable 'Info-current-node)
1719 (make-local-variable 'Info-tag-table-marker) 1719 (make-local-variable 'Info-tag-table-marker)
1720 (make-local-variable 'Info-history) 1720 (make-local-variable 'Info-history)
1721 (make-local-variable 'Info-index-alternatives) 1721 (make-local-variable 'Info-index-alternatives)
1722 (if (memq (framep (selected-frame)) '(x pc ms-windows)) 1722 (if (memq (framep (selected-frame)) '(x pc w32))
1723 (progn 1723 (progn
1724 (make-face 'info-node) 1724 (make-face 'info-node)
1725 (make-face 'info-menu-5) 1725 (make-face 'info-menu-5)
1726 (make-face 'info-xref) 1726 (make-face 'info-xref)
1727 (or (face-differs-from-default-p 'info-node) 1727 (or (face-differs-from-default-p 'info-node)