From 1fb1d1ddebd5b3bdccc9318b39babb1eca57f2f3 Mon Sep 17 00:00:00 2001 From: Daniel Barlow <> Date: Mon, 17 Mar 2003 18:58:23 +0000 Subject: [PATCH] remove bad whitespace in code example. Thanks to "jtra" for reporting this --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 60f9b714..58032afd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$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 -- GitLab