]> git.eshelyaron.com Git - emacs.git/commit
A better fix for extension of overlay string's faces
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Dec 2019 10:29:05 +0000 (12:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 Dec 2019 10:29:05 +0000 (12:29 +0200)
commitdd3f2130cf2977cff79101e72cff0b433df1c1c6
treec2ee6fecadc95a7561e62b8a1dad023a69e14afe
parent9eaad4de02798c7d71357ac9dced9f5f8af7a9b3
A better fix for extension of overlay string's faces

* src/xdisp.c (face_at_pos): Revert previous change that
rejected the underlying face if it failed the filtering
criteria.
* src/xfaces.c (face_at_string_position): Reset the base face's
attribute used for filtering faces if the attribute is t.
(Bug#38563)
src/xdisp.c
src/xfaces.c