[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master d7bac58 3/5: Wrong require again.
From: |
Stefan Monnier |
Subject: |
Re: [elpa] master d7bac58 3/5: Wrong require again. |
Date: |
Thu, 04 Aug 2016 00:43:05 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> (require 'cl-lib)
> +(require 'cl)
These two libraries are pretty much identical, except that they use
different names, so there's no point requiring both (`cl' is the old
deprecated one, and `cl-lib' is the new shiny one).
Do you want me to update the code to use `cl-lib' exclusively?
Stefan
- Re: [elpa] master d7bac58 3/5: Wrong require again.,
Stefan Monnier <=