Revert "Unify tab-bar with window/frame times (bug#80465)"

This reverts commit e4b3fa4a00.
It breaks the recency order of multi-session tabs.
This commit is contained in:
Juri Linkov 2026-02-24 09:09:12 +02:00
parent 4186f694b1
commit f366c0e18f

View file

@ -1504,7 +1504,7 @@ be scaled for display on the current frame."
(funcall tab-bar-tab-name-function)))
(explicit-name . ,tab-explicit-name)
,@(if tab-group `((group . ,tab-group)))
(time . ,(window-use-time))
(time . ,(float-time))
(ws . ,(window-state-get
(frame-root-window (or frame (selected-frame))) 'writable))
(wc . ,(current-window-configuration))
@ -1547,7 +1547,6 @@ inherits the current tab's `explicit-name' parameter."
(funcall tab-bar-tab-name-function)))
(explicit-name . ,tab-explicit-name)
,@(if tab-group `((group . ,tab-group)))
(time . ,(window-use-time))
;; Copy other possible parameters
,@(mapcan (lambda (param)
(unless (memq (car param)