[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: package.el changes before the feature freeze
From: |
Stefan Monnier |
Subject: |
Re: package.el changes before the feature freeze |
Date: |
Sun, 30 Sep 2012 16:21:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
> base (using `defstruct' for package descriptors instead of the variety
Before I look any closer, can you please change your code to use
`cl-lib' instead of `cl' (this mostly means you'll need to add a "cl-"
prefix to all the CL macros and functions you use).
Also, please send your change as a patch so it's easier to see
what's changed.
Stefan