summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 84066c5afd0..39908c90713 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1703,7 +1703,7 @@ Advanced commands:
(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))
+ (if (memq (framep (selected-frame)) '(x pc ms-windows))
(progn
(make-face 'info-node)
(make-face 'info-menu-5)