Next Prev Up Top Contents Index

record-definition

Function
Summary

Checks for existing definitions and records a new definition.

Package

lispworks

Signature

record-definition dspec location &key check-redefinition-p

Arguments

dspec

A dspec.

location

A pathname or keyword.

check-redefinition-p

A boolean.

Description

The function record-definition tells the system that dspec is defined at location .

The system definer macros call the function record-definition with the current location.

location should be a pathname or keyword as returned by location.

When check-redefinition-p is true, it checks for existing definitions acording to the value of *redefinition-action*. The default value of check-redefinition-p is t .

See also

*redefinition-action*
location


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index