emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2ec9f025d2: Include the number of dependencies in the install


From: Stefan Monnier
Subject: Re: master 2ec9f025d2: Include the number of dependencies in the install prompt
Date: Fri, 13 May 2022 10:37:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> +                (if (length= deps 1)
> +                    (format " plus 1 dependency")
> +                  (format " plus %d dependencies" (length deps)))

Don't we have a function specifically for that (also kinda intended for
localization, tho AFAIK this part isn't actually implemented yet)?


        Stefan




reply via email to

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