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:
parent
4186f694b1
commit
f366c0e18f
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue