emacs-devel
[Top][All Lists]
Advanced

[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: Ted Zlatanov
Subject: Re: [elpa] master 39d163a: load-dir: fix CL and free variable warnings
Date: Mon, 20 Mar 2017 09:27:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Mon, 20 Mar 2017 09:16:33 -0400 Stefan Monnier <address@hidden> wrote: 

>> -(eval-when-compile (require 'cl))
>> +(eval-when-compile (require 'cl-extra))
 
SM> Hmm... Why?  Normally, the way CL is designed, you should only need to
SM> require the `cl` or `cl-lib` thingy, and the internal decomposition into
SM> separate files should be hidden from the user via autoloads.

I had a user report that `cl-some' wasn't getting loaded with just 'cl.
May have been from an older Emacs--

I'm not sure of the Right Way to fix this, so I apologize if I made
things worse. What would you recommend?

Ted





reply via email to

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