All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

remove-package-local-nickname Function

Summary

Removes a package-local nickname from a package.

Package

hcl

Signature

remove-package-local-nickname old-nickname &optional package-designator => existsp

Arguments
old-nickname
A string or a symbol.
package-designator
A package designator.
Values
existsp
A boolean.
Description

The function remove-package-local-nickname removes old-nickname from the package-local nicknames of the package designated by package-designator if it was present and returns true. Otherwise, false is returned.

package-designator defaults to the current package.

Notes

Package-local nicknames are experimental and subject to change.

See also

add-package-local-nickname
package-local-nicknames
package-locally-nicknamed-by-list
defpackage option :local-nicknames


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35