From 5aa49ffbda2a15f5794da02bd59679c3cbc34ee6 Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Wed, 17 Aug 2005 08:12:50 +0200 Subject: [PATCH] Comments talked about #+fiveame, code said #+5am. correct comments. --- src/packages.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/packages.lisp b/src/packages.lisp index 1220a78..2847810 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -56,9 +56,10 @@ #:!!! #:*debug-on-error*)) -;;;; You can use #+fiveam() to put your test-defining code -;;;; inline with your other code - and not require people to -;;;; have fiveam to run your package. +;;;; You can use #+5am to put your test-defining code inline with your +;;;; other code - and not require people to have fiveam to run your +;;;; package. + (pushnew :5am *features*) ;;;;@include "check.lisp" -- 1.7.10.4