emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master d7bac58 3/5: Wrong require again.


From: Rocky Bernstein
Subject: Re: [elpa] master d7bac58 3/5: Wrong require again.
Date: Thu, 4 Aug 2016 09:45:43 -0400


On Thu, Aug 4, 2016 at 12:43 AM, Stefan Monnier <address@hidden> wrote:
>  (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?

Yes, please.  You know more about this than I. See also: https://github.com/realgud/realgud/commit/bbb86b7010cac192f05c274c57115423f8cc5cc7#commitcomment-18512997
 


        Stefan


reply via email to

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