From: Richard M. Stallman Date: Sun, 15 Sep 1996 02:18:43 +0000 (+0000) Subject: (Info-mode): Do fontify, if ms-windows. X-Git-Tag: emacs-20.1~3742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36cef1b75947f6e8cc1572a735614c5ff0d61150;p=emacs.git (Info-mode): Do fontify, if ms-windows. --- 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)