[armedbear-cvs] r12211 - public_html/doc
Erik Huelsmann
ehuelsmann at common-lisp.net
Fri Oct 23 15:31:40 UTC 2009
Author: ehuelsmann
Date: Fri Oct 23 11:31:35 2009
New Revision: 12211
Log:
Incorporate remark from John Pallister (prevent UNBOUND-VARIABLE error).
Modified:
public_html/doc/abcl-install-with-java.html
Modified: public_html/doc/abcl-install-with-java.html
==============================================================================
--- public_html/doc/abcl-install-with-java.html (original)
+++ public_html/doc/abcl-install-with-java.html Fri Oct 23 11:31:35 2009
@@ -552,6 +552,8 @@
</p>
<pre>
+(defvar symbols nil)
+
(do-all-symbols (sym)
(let ((package (symbol-package sym)))
(cond
More information about the armedbear-cvs
mailing list