For line prefixes, use default face; don't inherit from previous line.
commit9f851fbd286f08f82e7648460134b52fa8172403
authorChong Yidong <cyd@gnu.org>
Thu, 22 Mar 2012 07:08:17 +0000 (22 15:08 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 22 Mar 2012 07:08:17 +0000 (22 15:08 +0800)
tree151c019935011956d7e94358a98b3b4f0a732a46
parent2bfab837e4aa3a345f0a9b6b78c62b57c33b502d
For line prefixes, use default face; don't inherit from previous line.

* src/dispextern.h (struct it): New member string_from_prefix_prop_p.

* src/xdisp.c (push_prefix_prop): Renamed from push_display_prop.
Mark string as coming from a prefix property.
(handle_face_prop): Use default face for prefix strings.
(pop_it, reseat_1): Save and restore string_from_prefix_prop_p.

Fixes: debbugs:4281
src/ChangeLog
src/dispextern.h
src/xdisp.c