| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |