From 36cef1b75947f6e8cc1572a735614c5ff0d61150 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Sep 1996 02:18:43 +0000 Subject: [PATCH] (Info-mode): Do fontify, if ms-windows. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2