]> git.eshelyaron.com Git - emacs.git/commit
Fix 'min-width' display property in 'buffer-text-pixel-size'
authorEli Zaretskii <eliz@gnu.org>
Sun, 11 Feb 2024 13:21:14 +0000 (15:21 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Feb 2024 16:32:57 +0000 (17:32 +0100)
commit5e260552e8d42760530bb57024ac4ff8d8e64a16
tree24865323b8b6e3f1759804eb60b98a59efc05ac6
parentc96c5fe8a00bbe70964b92a2e57f2b359ecd2339
Fix 'min-width' display property in 'buffer-text-pixel-size'

* src/xdisp.c (display_min_width): Don't return without doing
anything when called from the move_it_* functions.  This is needed
to have functions that simulate display layout handle the
min-width display property correctly.  (Bug#68374)

(cherry picked from commit 67486ab4158655dd8bfe0ddf7dabadc6dd21a3c1)
src/xdisp.c