*restart-actions*

Variable

Package: excl

The value of this variable should be a list of function names or function objects. The functions should take no arguments. As part of the startup procedure, the functions on this list are called (with funcall) in order. Note that Allegro CL facilities (including CLIM and Allegro Composer) push items onto this list and those items should not be removed or otherwise modified. The restart actions are performed after command-line arguments are processed and after initialization files are read. However, use of this variable for restart initializations is discouraged. Programmer initializations are better bundled into a single function and made the value of *restart-init-function*. (That variable is never used by any Allegro CL facility.)

See startup.htm for information on startup.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.