emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master e4de91d: Introduce new macros to cover Emacs's


From: Alan Mackenzie
Subject: Re: [Emacs-diffs] master e4de91d: Introduce new macros to cover Emacs's new names in cl-lib.el.
Date: Thu, 13 Aug 2015 10:55:30 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

Hello, Stefan.

On Wed, Aug 12, 2015 at 10:48:42PM -0400, Stefan Monnier wrote:
> >     Change this back to cc-external-require from an eval-when-compile
> >     require.

> I haven't been able to figure out what is the difference.  Can you
> enlighten us with, ideally, a testcase?

The (eval-when-compile (require 'cl)) was inadequate, because
cl.el (now cl-lib.el) is now required at run-time, too.  Without the
change, the error "cl-mapcan not known" gets thrown when attempting to
visit the first file.c in an Emacs session.

>         Stefan

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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