]> git.eshelyaron.com Git - emacs.git/commit
Fix up previous list-buffers patch to work when there's no buffer
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Aug 2020 11:01:42 +0000 (13:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Aug 2020 11:01:42 +0000 (13:01 +0200)
commitf07bbb67d16365da2abd288b9993f1938dae4c20
treec9e7b62085a0075118b92862c5dcd85b5c0723c7
parent119c34cc0aa3d7c814dff4f5b78dd589f0e2a75a
Fix up previous list-buffers patch to work when there's no buffer

* lisp/buff-menu.el (Buffer-menu--dynamic-name-width): Use apply
#'max instead of seq-max since the list may be empty.
lisp/buff-menu.el