]> git.eshelyaron.com Git - emacs.git/commit
Fix images on the mode line under 'mode-line-compact'
authorEli Zaretskii <eliz@gnu.org>
Thu, 6 Mar 2025 14:27:00 +0000 (16:27 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 10:19:42 +0000 (11:19 +0100)
commitd50bb2b97e87c503353a27f2f20e2d80a6096e27
tree24ea31480764c990afa5df22d0b5e8d338b1d8b7
parent958831df8698e93b8e23ddb69271ca6a1201f55f
Fix images on the mode line under 'mode-line-compact'

* src/xdisp.c (display_mode_line): When 'mode-line-compact'
is in effect, don't remove spaces that have a 'display'
property on them.  (Bug#76761)

(cherry picked from commit cd051ef78e465bd70f9d89ba251288204cbb0383)
src/xdisp.c