VariablePackage: exclToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

*restart-actions*

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.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1