Variable: tab-bar-closed-tabs
tab-bar-closed-tabs is a variable defined in tab-bar.el.gz.
Value
nil
Documentation
A list of closed tabs to be able to undo their closing.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defvar tab-bar-closed-tabs nil
"A list of closed tabs to be able to undo their closing.")