Function: SB-EXT:REMOVE-PACKAGE-LOCAL-NICKNAME

package type github

If the designated package had OLD-NICKNAME as a local nickname for another package, it is removed. Returns true if the nickname existed and was removed, and NIL otherwise.

See also: ADD-PACKAGE-LOCAL-NICKNAME, PACKAGE-LOCAL-NICKNAMES, PACKAGE-LOCALLY-NICKNAMED-BY-LIST, and the DEFPACKAGE option :LOCAL-NICKNAMES.

Experimental: interface subject to change.

Lambda list

(sb-impl::old-nickname &optional sb-kernel:package-designator)