Function: tab-bar-tab-name-current
tab-bar-tab-name-current is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(tab-bar-tab-name-current)
Documentation
Generate tab name from the buffer of the selected window.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-tab-name-current ()
"Generate tab name from the buffer of the selected window."
(buffer-name (window-buffer (minibuffer-selected-window))))