From: Marco Baringer Date: Wed, 17 Aug 2005 06:12:50 +0000 (+0200) Subject: Comments talked about #+fiveame, code said #+5am. correct comments. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=5aa49ffbda2a15f5794da02bd59679c3cbc34ee6;p=fiveam.git Comments talked about #+fiveame, code said #+5am. correct comments. --- 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"