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

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

bug#25823: 26.0.50; describe-function: Don't require cl-lib at runtime


From: Stefan Monnier
Subject: bug#25823: 26.0.50; describe-function: Don't require cl-lib at runtime
Date: Tue, 21 Feb 2017 08:18:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> (progn
>   (describe-function 'dolist)
>   (delete-other-windows)
>   (featurep 'cl-lib))
> => t

FWIW, cl-lib is a library that can be loaded at runtime just fine.
Moreover, it's likely that cl-lib will end up pre-loaded from loadup.el
at some point in the (somewhat distant) future.

So I don't think we should worry too much about the above result.

But don't take that to mean I don't like your patch.


        Stefan





reply via email to

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