From 2f4989595399ad776d66db7276281e99cf9a19e6 Mon Sep 17 00:00:00 2001 From: TakaakiFuruse Date: Fri, 23 Mar 2018 11:17:59 +0900 Subject: [PATCH] Fixed tabbar-buffer-list-function --- tabbar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbar.el b/tabbar.el index 416a925..7443ae2 100644 --- a/tabbar.el +++ b/tabbar.el @@ -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.