[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30424: [patch] replace cl with cl-lib
From: |
Alex Branham |
Subject: |
bug#30424: [patch] replace cl with cl-lib |
Date: |
Fri, 16 Feb 2018 09:05:36 -0600 |
User-agent: |
mu4e 1.0; emacs 26.0.91 |
On Fri 16 Feb 2018 at 02:14, Mosè Giordano <address@hidden> wrote:
> Hi Alex,
>
> thanks for this new patch. From what I've seen this doesn't introduce
> runtime dependence on cl-lib but just replaces cl macros with
> corresponding cl-lib macros, is this correct?
Yes, that's right. I noticed a few comments like, "FIXME use cl-lib
instead of cl" when writing the flymake support and decided that it
would be a pretty easy fix for me to contribute.