autoload
(autoload filename
commands)
This function defines the Lisp module to be
loaded for the specified command(s); 'commands' is a list of C:
commands defined by the 'filename' Lisp file.
Arguments |
filename name of a Lisp module to be loaded, if any of the
specified C: commands is invoked |
Return |
always returns NIL |
Example |
(autoload "MyApp.lsp"
'("C:MyCmdA" "C:MyCmd2")) |
Remarks |
the .lsp and .des filename
extensions are supported (if extension is omitted in
filename); |
© Bricsys NV. All rights reserved. |