]> git.eshelyaron.com Git - emacs.git/commit
(handle_face_prop): Test for strings that came from overlays,
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2007 07:42:21 +0000 (07:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2007 07:42:21 +0000 (07:42 +0000)
commit9cf635a6e25370de417c7901f557ce20ce16bd4b
tree09f56230db5f68ab00f4676cdf7ede884cea8a41
parenta193ecf139c3a9876272385b68f31eb5f2d824d5
(handle_face_prop): Test for strings that came from overlays,
not just for after-strings and before-strings.
Call face_for_overlay_string and pass the overlay to it.
(handle_display_prop): Determine whether property came from an overlay.
Pass OVERLAY arg to handle_single_display_spec.
(handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
(load_overlay_strings): Fill in it->string_overlays.
(get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
src/xdisp.c