LispWorks User Guide and Reference Manual > 32 The HCL Package

NextPrevUpTopContentsIndex

*handle-old-in-package-used-as-make-package*

Variable
Summary

Controls the handling of CLtL1-style in-package forms.

Package

hcl

Initial Value

:quiet

Description

The variable *handle-old-in-package-used-as-make-package* controls what happens when a CLtL1-style in-package form which attempts to create a package is processed. This refers to the specification in Common Lisp the Language, first Edition, which preceded ANSI Common Lisp and specified in-package as a function with keyword arguments.

The allowed values are as follows:

:quiet

Handle according to the value of *handle-old-in-package*.

:warn

Signal a warning and create the package.

:error

Signal a continuable error.

See also

*handle-old-in-package*


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex