[armedbear-devel] Error in 'test.lisp' to create .abcl_completions

Hello list, I think there's an error in the 'test.lisp' code used to create .abcl_completions at http://common-lisp.net/project/armedbear/doc/abcl-install-with-java.html . Basically it should start with (defvar symbols nil) or somesuch to avoid an UNBOUND-VARIABLE error. Cheers, John :^P -- John Pallister john@johnp.net john@synchromesh.com

Hi John, On Tue, Sep 8, 2009 at 2:27 AM, John Pallister <john@synchromesh.com> wrote:
Hello list,
I think there's an error in the 'test.lisp' code used to create .abcl_completions at http://common-lisp.net/project/armedbear/doc/abcl-install-with-java.html .
Basically it should start with (defvar symbols nil) or somesuch to avoid an UNBOUND-VARIABLE error.
Sorry for the delay, but the remark is very much appreciated! I committed the suggested change to the page. Bye, Erik.
participants (2)
-
Erik Huelsmann
-
John Pallister