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

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


        Stefan



reply via email to

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