]> git.eshelyaron.com Git - emacs.git/commit
tab-bar-new-tab: inhibit side-window checks
authorBenson Chu <bensonchu457@gmail.com>
Fri, 24 Mar 2023 20:38:03 +0000 (15:38 -0500)
committerEli Zaretskii <eliz@gnu.org>
Mon, 24 Apr 2023 11:47:14 +0000 (14:47 +0300)
commit99add09d5e16a4fef752abedc3ee96989f1b9ae2
treea4c60c25734802f98d0622676bc7a97158798314
parent087e8181947d3fbe2abf116b0eecab13cb046d63
tab-bar-new-tab: inhibit side-window checks

Previously, calling 'tab-bar-new-tab-to' only removed the
'window-side' property on the currently selected window,
and then a call to 'delete-other-windows' was made to
ensure that the selected window was the only window.
We can skip this check by shadowing 'window--sides-inhibit-check'
to t.
* lisp/tab-bar.el (tab-bar-new-tab-to): Inhibit side-window checks.
(Bug#62427)

Copyright-paperwork-exempt: yes
lisp/tab-bar.el