help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: package not needed to byte-compile


From: Stefan Monnier
Subject: Re: package not needed to byte-compile
Date: Mon, 23 Feb 2015 21:36:25 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> (if t (require B))           ;Don't load during compilation.
> The rule is that only top-level `require' occurrences are special and
> cause files to be loaded when compiling, right?

That's right.  Tho, "within a progn" or "within a macro which expands to
a progn" still counts as top-level.


        Stefan




reply via email to

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