[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master 39d163a: load-dir: fix CL and free variable warnings
From: |
Stefan Monnier |
Subject: |
Re: [elpa] master 39d163a: load-dir: fix CL and free variable warnings |
Date: |
Mon, 20 Mar 2017 09:51:07 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
> I had a user report that `cl-some' wasn't getting loaded with just 'cl.
`cl-some` is part of `cl-lib`, not `cl` (nor `cl-extra`).
> I'm not sure of the Right Way to fix this, so I apologize if I made
> things worse. What would you recommend?
Either use `some` instead of `cl-some`, or use `cl-lib` (and add
a corresponding `Package-Requires: ((cl-lib "0.5"))` in the file's
header).
Stefan "who favors the `cl-lib` solution"