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: Sun, 22 Feb 2015 23:35:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Using
> (require B)
> causes an error during byte-compilation because the
> package is not available then.

I've used

   (if t (require B))           ;Don't load during compilation.

when I needed that.


        Stefan




reply via email to

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