| Allegro CL version 6.2 Unrevised from 6.1 |
This variable has been deprecated in favor of the more simply named
*ide-startup-hook*
. The name
*after-session-init-functions-hook*
had been based on another function that was deemed not useful and
removed. Please use *ide-startup-hook*
instead.
For backward compatibility, *after-session-init-functions-hook*
is still exported. If this variable is non-nil
at startup, its value should be the name of a
function of no arguments which will be funcall'ed at IDE startup time as before.
The abbreviated startup sequence is now:
[start IDE listener thread] [read startup.cl] (funcall *ide-startup-hook*) (funcall *after-session-init-functions-hook*)
See About IDE startup in cgide.htm (which describes startup but no longer mentions this deprecated variable).
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.
| Allegro CL version 6.2 Unrevised from 6.1 |