| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: package
Returns t
or nil
as package is or is not
locked. package must be a package object (it
cannot be a symbol or a string). setf may be used with this function to lock or
unlock a package.
Even if a package is package-locked, no error will be signaled when
*enable-package-locked-errors*
is nil
; *package*
is the package being operated on.See packages.htm for general information on the implementation of packages in Allegro CL and see Package locking in that document for more information on package locking.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |