Closed ruricolist closed 9 years ago
Under Clozure, it is impossible to have a template named atom, because in Clozure packages inherit from :cl unless specifically told not to.
atom
:cl
This pull request adds a :use () argument to make-package to make sure the generated package is empty.
:use ()
make-package
Under Clozure, it is impossible to have a template named
atom
, because in Clozure packages inherit from:cl
unless specifically told not to.This pull request adds a
:use ()
argument tomake-package
to make sure the generated package is empty.