Function: tab-bar--current-tab-find
tab-bar--current-tab-find is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(tab-bar--current-tab-find &optional TABS FRAME)
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar--current-tab-find (&optional tabs frame)
;; Find the current tab as a pointer to its data structure.
(assq 'current-tab (or tabs (funcall tab-bar-tabs-function frame))))