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.
This commit is contained in:
parent
cdbbc2081e
commit
44b31c1ed7
3 changed files with 46 additions and 20 deletions
|
@ -492,6 +492,7 @@ keys. Keys are compared using `equal'."
|
|||
SEQUENCE must be a sequence of numbers or markers."
|
||||
(apply #'min (seq-into sequence 'list)))
|
||||
|
||||
;;;###autoload
|
||||
(cl-defgeneric seq-max (sequence)
|
||||
"Return the largest element of SEQUENCE.
|
||||
SEQUENCE must be a sequence of numbers or markers."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue