]> git.eshelyaron.com Git - emacs.git/commit
Allow creating a new tab for tab-switcher from the minibuffer (bug#45072)
authorJuri Linkov <juri@linkov.net>
Mon, 14 Dec 2020 08:52:05 +0000 (10:52 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 14 Dec 2020 08:52:05 +0000 (10:52 +0200)
commite948cdbfa8508c7fc98a39caaf5e46798e6a3939
tree2c9e0f54d7d468954acec0979083fe8dab9e3e46
parentdc6e616dfea1a740248b8f73b35851f7b167ec16
Allow creating a new tab for tab-switcher from the minibuffer (bug#45072)

* lisp/tab-bar.el (tab-switcher): Simplify by let-binding
tab-bar-new-tab-choice to t before calling tab-bar-new-tab
that handles the case when it's called in the active minibuffer.
lisp/tab-bar.el