]> git.eshelyaron.com Git - emacs.git/commit
Fix face extension of overlay strings on buffer text with faces
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Dec 2019 11:16:46 +0000 (13:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Dec 2019 11:16:46 +0000 (13:16 +0200)
commit6ee3675dad6f2404d4177aa1ec8eada7286994f4
treeea28647748de59de4b5eb79a5b9d5a84b6b684b8
parentd57bb0c323c326518d9cc974dc794f9e23a51917
Fix face extension of overlay strings on buffer text with faces

* src/xdisp.c (face_at_pos): Reject the face returned by
'underlying_face_id' when we are filtering by face attribute,
and that attribute's value fails the filter test.  (Bug#38563)
src/xdisp.c