jan tolenaar / kiezellisp / index-of-everything

Name

shadow

Usage

builtin-function

Syntax

(shadow &rest names)

Description

Asserts symbols with the given names exist in the current package. Symbol names used in def and similar special forms must be found in the current package and cannot be inherited from a package on the use list.

See also

use-package-symbols