CMUCL commit: cmucl-www/cmucl-www/www (install.html)
Raymond Toy
rtoy at common-lisp.net
Wed Sep 1 15:39:24 CEST 2010
Date: Wednesday, September 1, 2010 @ 09:39:24
Author: rtoy
Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: install.html
Reorder example to match order of text, and add a comment on what's
being required.
--------------+
install.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: cmucl-www/cmucl-www/www/install.html
diff -u cmucl-www/cmucl-www/www/install.html:1.10 cmucl-www/cmucl-www/www/install.html:1.11
--- cmucl-www/cmucl-www/www/install.html:1.10 Mon May 31 14:13:04 2010
+++ cmucl-www/cmucl-www/www/install.html Wed Sep 1 09:39:24 2010
@@ -111,8 +111,8 @@
<p> Starting with the 2010-06 snapshot, ASDF2 and MK-DEFSYSTEM are
included with CMUCL. There you can load them using
<pre>
- * (require :defsystem)
- * (require :asdf)
+ * (require :asdf) ; Load asdf2
+ * (require :defsystem) : Load mk-defsystem
</pre>
</p>
More information about the cmucl-commit
mailing list