]> git.eshelyaron.com Git - emacs.git/commit
* lisp/buff-menu.el (Buffer-menu-group-sort-by): New defcustom.
authorJuri Linkov <juri@linkov.net>
Fri, 7 Jun 2024 16:57:07 +0000 (19:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 8 Jun 2024 13:00:49 +0000 (15:00 +0200)
commit3752dd653906f2d93e56eff9ff23dec05bd6c615
tree8eb28b652cb37a997adfd4e5d3e691846a0038b0
parent4fde0bd5431af74aa03492e7bb2485ac1f4731a7
* lisp/buff-menu.el (Buffer-menu-group-sort-by): New defcustom.

(list-buffers--refresh): Use Buffer-menu-group-sort-by instead of the
hard-coded function (bug#70150).
(Buffer-menu-group-sort-alphabetically): New function as an option for
'Buffer-menu-group-sort-by'.
(list-buffers-noselect): Remove setting outline-minor-mode-use-buttons
to 'in-margins' that it not required for this feature to work correctly.

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-groups-sort):
Add optional argument 'level'.

(cherry picked from commit 9cd182dae8822e810b73b2c1c1c41955096bb2de)
lisp/buff-menu.el
lisp/emacs-lisp/tabulated-list.el