From: Mark Wooding Date: Thu, 1 Jun 2006 15:34:57 +0000 (+0100) Subject: runlisp: A number of things. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/commitdiff_plain/2eef0e68e7d83a28d278c02713e6ba8fb80dab94?hp=2eef0e68e7d83a28d278c02713e6ba8fb80dab94 runlisp: A number of things. * Make sure *command-line-strings* is actually bound to a value. Life is too unpleasant if it isn't. * CMU needs the verbosity parameters set later than the other Lisps, so move the code into a function and call it in the appropriate places. * Use CMU's *command-line-strings* symbol; otherwise we get doomy symbol conflicts. ---