bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30692: list-buffers has hardwired 80 character width from the 80's


From: Basil L. Contovounesios
Subject: bug#30692: list-buffers has hardwired 80 character width from the 80's
Date: Sat, 08 Aug 2020 11:13:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I've now implemented this.

Thanks.

> I added an autoload cookie to seq-max, since I'm using that in the
> patch,

You could also just use (apply #'max 0 (mapcar ...)) instead of
(seq-max (mapcar ...)), which will barf on the empty list.

> which requires a rebuild of loaddefs.el to get rid of the
> compilation warning.  Is there anything a check-in can do to trigger a
> rebuild of that file automatically?

Like send an automated email to Glenn? :)

-- 
Basil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]