Function: frameset-session-filter-tabs
frameset-session-filter-tabs is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(frameset-session-filter-tabs CURRENT FILTERED PARAMETERS SAVING)
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
;; Session filter used within same session by `frameset-to-register'
;; should make a deep copy of tabs to prevent modification of saved data.
(defun frameset-session-filter-tabs (current _filtered _parameters _saving)
(copy-tree current))