VariablePackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
This page is new in 10.0.

*print-alternate-package-name*

If true, then the alternate package name will be used when a package qualifier is used, rather than the actual package name (though the alternate name may also be the package name). The alternate name is returned by package-alternate-name and can be set when a package is defined by make-package or defpackage. (See Extensions to cl:make-package, cl:disassemble, cl:truename, cl:probe-file, cl:open, cl:apropos and cl:defpackage and cl:in-package, both in implementation.htm, for more information on extensions to defpackage and make-package.)

If the alternate name is not set, the the first nickname in the package-nicknames list is used. The package-name is used if there are no nicknames defined. (The alternate name must be either the package name or one of its nicknames.)

See packages.htm for more information.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.0 release.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
This page is new in 10.0.