Fix bug #11068 with window display when default face was remapped.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2012 08:45:27 +0000 (11:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2012 08:45:27 +0000 (11:45 +0300)
commit65a0a738476acb1a7103602ee3e6c041108b6c91
treee7dcf450ff9dd570c81a9e3ff89cbd8655382f5f
parent61c6e8fd0ef5423e1b500608747a3b77b0e96ae9
Fix bug #11068 with window display when default face was remapped.

 src/xdisp.c (append_space_for_newline): If the default face was
 remapped, use the remapped face for the appended newline.
 (extend_face_to_end_of_line): Use the remapped default face for
 extending the face to the end of the line.
 (display_line): Call extend_face_to_end_of_line when the default
 face was remapped.
src/ChangeLog
src/xdisp.c