]> git.eshelyaron.com Git - emacs.git/commit
Fix display of window-specific overlays with 'display' property
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Dec 2021 09:03:48 +0000 (11:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Dec 2021 09:03:48 +0000 (11:03 +0200)
commit3fea95b79f7a80fc84f0aee38e1f31234ed7c657
tree37b06a6c0e2e57d482075775b4fa84abb850d1b2
parente5a74c20c399cdcab6115197da4b96eec8d3a345
Fix display of window-specific overlays with 'display' property

* src/xdisp.c (handle_display_prop): Pass the window to
'get_char_property_and_overlay', not the buffer.  (Bug#52385)
The assignment of the buffer to OBJECT was moved to before
the call to 'get_char_property_and_overlay', for unknown
reasons, as part of installing the support for the
'min-width' space spec.
src/xdisp.c