emacs-devel
[Top][All Lists]
Advanced

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

Re: eval-when-compile & cl


From: Stefan Monnier
Subject: Re: eval-when-compile & cl
Date: 28 Oct 2003 16:18:28 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> A user testing a recent version of my IDLWAVE package found that 'cl is
> not correctly loaded when referenced as:
> (eval-when-compile (require 'cl))

The above code only ensures the package is loaded during compilation,
so it is useful if you use CL macros but is of no help for CL functions.


        Stefan




reply via email to

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