Skip to content
Snippets Groups Projects
Commit 1fb1d1dd authored by Daniel Barlow's avatar Daniel Barlow
Browse files

remove bad whitespace in code example. Thanks to "jtra" for reporting this

parent 9de67ba5
No related branches found
No related tags found
No related merge requests found
$Id: README,v 1.30 2003/03/16 15:18:25 dan_b Exp $ -*- Text -*-
$Id: README,v 1.31 2003/03/17 18:58:23 dan_b Exp $ -*- Text -*-
asdf: another system definition facility
......@@ -62,7 +62,7 @@ a custom core, or something.
$ cd /home/me/cl/systems/
$ ln -s ~/src/foo/foo.asd .
$ lisp
* (asdf :operate 'asdf:load-op 'foo)
* (asdf:operate 'asdf:load-op 'foo)
- To write your own system definitions, look at the test systems in
test/ , and read the rest of this. Ignore systems/ which is old
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment