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

Re: Porting to MCL: Package problems



IN-PACKAGE was changed incompatibly in the 2nd version of Common Lisp. The
problem is there, not in MCL. In this version, the argument of IN-PACKAGE is
not evaluated. To increase portability, use keywords:

(in-package :tms)

     Daniel.