emacs-devel
[Top][All Lists]
Advanced

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

Re: Has eval-and-compile changed in emacs 27?


From: Eli Zaretskii
Subject: Re: Has eval-and-compile changed in emacs 27?
Date: Fri, 26 Feb 2021 14:06:53 +0200

> From: "Basil L. Contovounesios" <contovob@tcd.ie>
> Date: Fri, 26 Feb 2021 09:33:13 +0000
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
> 
> >   (eval-when-compile (require 'url-parse))
> >   (require 'cl-lib)
> >
> > This combination seems to confuse the byte-compiler.
> 
> One solution is to transpose those lines and load cl-lib before
> url-parse.

With a comment about the importance of the order, please.



reply via email to

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