mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(Info-mode): Do fontify, if ms-windows.
This commit is contained in:
parent
1917b9694a
commit
36cef1b759
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user