From f366c0e18f28e5364f7943af8f865c5b5f487d43 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 24 Feb 2026 09:09:12 +0200 Subject: [PATCH] Revert "Unify tab-bar with window/frame times (bug#80465)" This reverts commit e4b3fa4a00761b6644ecf28ae64138a82bddb07d. It breaks the recency order of multi-session tabs. --- lisp/tab-bar.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 9e977abcb80..4cc090bca94 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -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)