]> git.eshelyaron.com Git - emacs.git/commit
Fix redisplay of tab bar when its text properties change
authorEli Zaretskii <eliz@gnu.org>
Thu, 6 Mar 2025 08:51:45 +0000 (10:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 07:17:09 +0000 (08:17 +0100)
commit442b2debd21b35ec7e809ed0e980bd4688c4d57e
treec9acaf3fe3c4e3fba124bb334ce67ca2dd3ad771
parentf715536c93107599228232d05209e32159b4e06a
Fix redisplay of tab bar when its text properties change

* src/xdisp.c (update_tab_bar): Use 'equal-including-properties'
to compare previous with the current tab-bar items.  (Bug#76760)

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