2 Customizing the Lisp Environment
command-line-argument lisp-image-name *enter-top-level-hook*The function
command-line-argument
returns a command-line argument that was provided when the current Lisp image was invoked. The functionlisp-image-name
returns the name of the object file that started the current invocation of Lisp.
The variable*enter-top-level-hook*
can be bound to a function that is called when Lisp is started.
Generated with Harlequin WebMaker