Fix part 4 of bug#9771 with assertion violation when wrap-prefix is used
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Oct 2011 17:03:20 +0000 (19:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 Oct 2011 17:03:20 +0000 (19:03 +0200)
commit2c91f553b734ed0e2c624e39710385fe5237ff96
treecbbfd545e17613b23c0b0f03361787c7c3db825a
parent5a7c536b92fce432805058af38a88879edd896e5
Fix part 4 of bug#9771 with assertion violation when wrap-prefix is used
for a line that begins with control characters.

 src/xdisp.c (push_display_prop): Determine whether to record string
 or buffer position by IT->string, not by IT->method.  Allow
 GET_FROM_DISPLAY_VECTOR as IT->method on entry.
src/ChangeLog
src/xdisp.c