]> git.eshelyaron.com Git - emacs.git/commit
Preserve the face foreground in Info-fontify-node
authorJuri Linkov <juri@jurta.org>
Thu, 13 Aug 2020 11:32:10 +0000 (13:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Aug 2020 11:32:10 +0000 (13:32 +0200)
commit1bed252ae9109493133a0cc3e9aad9e9a5ddde37
treeb0e44243a59f114c97787a069d2ccb84c1a6040a
parentc84d3c1638a140b3ca16e8285328a903e16aa27e
Preserve the face foreground in Info-fontify-node

* lisp/info.el (Info-fontify-node): Preserve the face foreground.
Previously `Info-index' added the `info-index-match' face to the
strings of the found index entries.  Later
`Info-virtual-index-find-node' inserts strings to the Info buffer.
And finally `Info-fontify-node' puts the `font-lock-face' property
with `info-xref' on links.  The `face info-index-match' takes
precedence over `font-lock-face info-xref' (bug#14645).
lisp/info.el