runlisp: A number of things.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 1 Jun 2006 15:34:57 +0000 (16:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 1 Jun 2006 15:34:57 +0000 (16:34 +0100)
commit2eef0e68e7d83a28d278c02713e6ba8fb80dab94
tree36a5374c6abd10a2b7ae4525b80d57d66d0fe8e0
parent51416b268ddbdd65bc14e1dd719860689d43602b
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.
runlisp.lisp