From 9b43cf64817a75a55ea28fa549e35f8ab7eb44ca Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Fri, 10 Nov 2006 22:49:07 +0100 Subject: [PATCH] Added :fiveam package nickname --- src/packages.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages.lisp b/src/packages.lisp index ddd6ba0..8c06239 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -19,7 +19,7 @@ (defpackage :it.bese.FiveAM (:use :common-lisp :it.bese.arnesi) - (:nicknames :5am) + (:nicknames :5am :fiveam) (:export ;; creating tests and test-suites #:make-suite #:def-suite -- 1.7.10.4