]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el: Use defcustom for group sort variables (bug#59438).
authorJuri Linkov <juri@linkov.net>
Sun, 5 May 2024 18:32:22 +0000 (21:32 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:55:59 +0000 (18:55 +0200)
commit5528c2a017e6d9e6a931c68261401e6ce21c6f4e
treea14d2e29ac486b9792b633dedd971d7a9bf8d976
parent125fc70153546854c83a896634a56f4c47aca6e6
* lisp/tab-line.el: Use defcustom for group sort variables (bug#59438).

(tab-line-tabs-buffer-group-sort-function)
(tab-line-tabs-buffer-groups-sort-function): Turn defvar into defcustom.
Suggested by Gabriel do Nascimento Ribeiro <gabriel376@hotmail.com>.
(tab-line-tabs-buffer-group-name): Fall back to
'tab-line-tabs-buffer-group-by-mode' when
'tab-line-tabs-buffer-group-function' is nil (its previous default value).

(cherry picked from commit 12132ec1efb1c4ea5f73d7018896964ce2e0311e)
lisp/tab-line.el