]> git.eshelyaron.com Git - emacs.git/commit
Fix merging of region face for non-ASCII characters
authorEli Zaretskii <eliz@gnu.org>
Mon, 5 Oct 2020 09:34:22 +0000 (12:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 5 Oct 2020 09:34:22 +0000 (12:34 +0300)
commitacc9b461538d65190cd88f87fd997f733f382ad9
treee77f049ccef00214c42fa667af8577699b058092
parentc2a13969e41265506c9965b4b15c064155d3fb78
Fix merging of region face for non-ASCII characters

* src/xdisp.c (extend_face_to_end_of_line): Restore the correct
original face used by the iterator on this line, not the ASCII
face.  (Bug#43363)
src/xdisp.c