Stephen Leake <[EMAIL PROTECTED]> writes: > So I'm no longer sure that xmtn is using cl runtime. Checking that via > this mechanism will be tedious and error-prone; is there a better way? > > I guess the users who complained noticed that the cl runtime was being > loaded. So we can just check for "loading cl" messages?
Replacing the (require 'cl) by a (eval-when-compile (require 'cl)) and looking at the warnings at compile time should do it. I'm pretty sure removing the runtime dependancies can be done in a few minutes. Otherwise, remember you're not in Ada, so it'll break at runtime ;-). -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
