]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-bar.el (tab-bar-select-tab): Fix wc-bl/wc-bbl when nil
authorshipmints <shipmints@gmail.com>
Thu, 30 Jan 2025 12:20:34 +0000 (07:20 -0500)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:10:41 +0000 (12:10 +0100)
commit42b6c6ea8a9204a5bdb1d034bb4c438f9f863d76
treeb0efb5f1f1b1e84e534d56fd4e5a7f195e9886e8
parent9dee61f3b7ab2dc6db9a46d7d6bf0334c29c0d67
* lisp/tab-bar.el (tab-bar-select-tab): Fix wc-bl/wc-bbl when nil

Remove the nil-check conditionals around 'wc-bl' and 'wc-bbl' that reset
frame parameters 'buffer-list' and 'buried-buffer-list'. This ensures
originating nil values correctly propagate (bug#75935).

(cherry picked from commit a5965217fc1d7b56df60f8e798edd48ae52c8624)
lisp/tab-bar.el