[EMAIL PROTECTED] writes: > Ok. as you all said, packages implicitly use the cl package !
You can customize that with *default-package-use-list*:
*DEFAULT-PACKAGE-USE-LIST* is an external symbol in the EXTENSIONS package.
It is a special variable; its value is ("COMMON-LISP").
("COMMON-LISP") is a CONS.
Special documentation:
The list of packages to use by default of no :USE argument is supplied
to MAKE-PACKAGE or other package creation forms.
Helmut.
