All Manuals > LispWorks User Guide and Reference Manual > 36 The DSPEC Package

NextPrevUpTopContentsIndex

save-tags-database

Function
Summary

Saves the current internal dspec database to a given file.

Package

dspec

Signature

save-tags-database pathname => pathname

Arguments

pathname

A filename.

Values

pathname

The filename that was supplied.

Description

The function save-tags-database saves the current internal dspec database into the file given by pathname. The file can then be used in the variable *active-finders*.

See also

*active-finders*
discard-source-info


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex