Function: tab-bar-minibuffer-restore-tab
tab-bar-minibuffer-restore-tab is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(tab-bar-minibuffer-restore-tab)
Documentation
Switch back to the tab where the minibuffer was activated.
This is necessary to prepare the same window configuration where
original windows were saved and will be restored. This function
is used only when read-minibuffer-restore-windows is non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-minibuffer-restore-tab ()
"Switch back to the tab where the minibuffer was activated.
This is necessary to prepare the same window configuration where
original windows were saved and will be restored. This function
is used only when `read-minibuffer-restore-windows' is non-nil."
(when tab-bar-minibuffer-restore-tab
(tab-bar-select-tab tab-bar-minibuffer-restore-tab)))