auto load after start
phil <[email protected]> Tue, 18 Aug 2009 16:26:44 +0200
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
Hello, I have a simple question. I just want to load a lisp file automatically after start up. Important is, that the package COMMON-GRAPHICS-USER has already been loaded. By using the attribute -L the file will be loaded with the COMMON-LISP-USER package, which won't work with my lisp file. What can I do? Thanks for help, Phil