]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-mode): Do fontify, if ms-windows.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 1996 02:18:43 +0000 (02:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 1996 02:18:43 +0000 (02:18 +0000)
lisp/info.el

index 84066c5afd0c34eca88e86a717e1b5d3c59864d6..39908c90713cfcee7041f0aea80aa5b32f63593f 100644 (file)
@@ -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)