]> git.eshelyaron.com Git - emacs.git/commit
Fix extension of underline, overline, and strike-through attributes
authorJimmy Aguilar Mena <spacibba@aol.com>
Sun, 22 Dec 2019 22:46:39 +0000 (23:46 +0100)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 Dec 2019 13:33:25 +0000 (15:33 +0200)
commit0abdb01be6c1adee1f179b1d5f7a9fb4ee670109
tree6fc8b9b669e6e83d6b8fa3cb5c1cd3b5e223df76
parent9c007950076c56b408b7c041ad362235c8d71873
Fix extension of underline, overline, and strike-through attributes

* src/xdisp.c (extend_face_to_end_of_line): Don't return early
if face attributes beyond background color and box are set,
since that means these attributes need to be extended past the
EOL.
src/xdisp.c