]> git.eshelyaron.com Git - emacs.git/commit
Fix display of line/wrap-prefix when there's a display property at BOL
authorEli Zaretskii <eliz@gnu.org>
Thu, 22 Jul 2021 18:23:48 +0000 (21:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 22 Jul 2021 18:23:48 +0000 (21:23 +0300)
commit662f91a795c0b5480b1733a99ef478c94d6f1426
tree900a4822dbc000c69ba43a34fb72b223a9ef4a1f
parentfcae435f598471a2911641412125c5ac4f73559f
Fix display of line/wrap-prefix when there's a display property at BOL

* src/xdisp.c (get_line_prefix_it_property): New function.
(handle_line_prefix): Call 'get_line_prefix_it_property' instead
of 'get_it_property', to examine also the property of the buffer
text underlying the display or overlay string.  (Bug#49695)
src/xdisp.c