]> git.eshelyaron.com Git - emacs.git/commit
Avoid assertion violation due to fill-column indicator face
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 Jan 2023 20:33:51 +0000 (22:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 5 Jan 2023 20:33:51 +0000 (22:33 +0200)
commitec172d748f31121ed3d72e53e16fef5ee5f9018d
tree73c00ef1ec7b007ef42911a37daddc2ca6e8bc77
parent62c2963ce60faa11633bfe81a1d3d42914e5fac3
Avoid assertion violation due to fill-column indicator face

* src/xdisp.c (extend_face_to_end_of_line): Use the original
iterator metrics for the stretch glyph, the one unaffected by the
'fill-column-indicator' face.  (Bug#60580)
src/xdisp.c