]> git.eshelyaron.com Git - emacs.git/commit
Make the name column in 'list-buffers' have a dynamic width
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Aug 2020 09:37:43 +0000 (11:37 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Aug 2020 09:37:43 +0000 (11:37 +0200)
commit44b31c1ed7f9c6668942ea122c0dd37b825ef29c
treef595cc3d4ad9a83e69a28f0a382de7478048fb8f
parentcdbbc2081ed2da3a641926e76341ed413fb5b9f9
Make the name column in 'list-buffers' have a dynamic width

* lisp/buff-menu.el (Buffer-menu--dynamic-name-width): New
function (bug#30692).
(Buffer-menu-name-width): Default to using it.
(list-buffers--refresh): Call it.

* lisp/emacs-lisp/seq.el (seq-max): Add autoload cookie.
etc/NEWS
lisp/buff-menu.el
lisp/emacs-lisp/seq.el