Mercurial > emacs
changeset 16202:68eb8e1eeb13
(Info-mode): Do fontify, if ms-windows.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 15 Sep 1996 02:18:43 +0000 |
parents | 14f248aae1e0 |
children | 5a8275a74b25 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sun Sep 15 02:17:49 1996 +0000 +++ b/lisp/info.el Sun Sep 15 02:18:43 1996 +0000 @@ -1703,7 +1703,7 @@ (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)