emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-case is not autoloaded in Emacs 27


From: Stefan Monnier
Subject: Re: cl-case is not autoloaded in Emacs 27
Date: Wed, 21 Jul 2021 15:18:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> found that the problem is caused by the fact that Emacs 27 does not seem
> to know about the cl-case macro unless I (require 'cl-macs).

All those `cl-<foo>` thingies come from `cl-lib`, so yes you need to
(require 'cl-lib) before you can use them.

And please don't require `cl-macs` since the subdivision of labor
between the different files that comprise `cl-lib` is an
internal detail subject to change.


        Stefan




reply via email to

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