emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/ebdb 9cc960409f 2/4: Remove 'affix slot from record


From: Stefan Monnier
Subject: Re: [elpa] externals/ebdb 9cc960409f 2/4: Remove 'affix slot from record names
Date: Thu, 14 Sep 2023 00:39:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

>>> -(require 'cl-lib)
>>> +(require 'cl-macs)
>>
>> Please don't.  The division of work between these different libraries
>> should be arbitrary and subject to change, with `cl-lib` the only
>> official entry-point.
>>
>> Was this change required for a technical reason (i.e. a problem we
>> should fix on `cl-lib`s side)?
>
> It wasn't anything very complicated, I wanted to remove a plist pair,
> cl-remf looked like it would do it, and cl-remf lives in cl-macs.

It's an internal detail of the CL library: while it currently lives in
`cl-macs`, you get access to it via (require 'cl-lib).


        Stefan




reply via email to

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