Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tabbar.el
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ Return the the first group where the current buffer is."
(funcall tabbar-buffer-groups-function)
'("Common")))))
(and tabbar-buffer-list-function
(funcall tabbar-buffer-list-function)))
(tabbar-buffer-list)))
#'(lambda (e1 e2)
(string-lessp (nth 1 e1) (nth 1 e2))))))
;; If the cache has changed, update the tab sets.
Expand Down