]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-bar.el (tab-bar-select-tab): Set window-state-put WINDOW arg to nil
authorJuri Linkov <juri@linkov.net>
Tue, 9 Mar 2021 17:27:31 +0000 (19:27 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 9 Mar 2021 17:27:31 +0000 (19:27 +0200)
commit29458ec7d2843baa725f9b613d0e935df3a61301
treefbae772ff8e2fe352c963ae9e8603e2363603fad
parent7561c01380aa3347901eeddd2d0a466cb29ebbd8
* lisp/tab-bar.el (tab-bar-select-tab): Set window-state-put WINDOW arg to nil

WINDOW arg nil will always create a new window regardless of the value
returned by 'frame-root-window' that is nondeterministic - it returns
an internal window when there are more than 1 window on the frame/tab,
otherwise it returns a live window that was reused between different tabs
(bug#46904)
(tab-prefix-map): Bind "u" to 'tab-undo'.
lisp/tab-bar.el