From 52208b429a0c49df7583d0c2c366043f3f5ac96a Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Wed, 18 Jan 2006 11:46:52 +0100 Subject: [PATCH] minor qbook fixup --- fiveam.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fiveam.asd b/fiveam.asd index c273caa..ad5833f 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -1,4 +1,4 @@ -;;;; -*- lisp -*- +;; -*- lisp -*- (defpackage :it.bese.FiveAM.system (:use :common-lisp @@ -27,3 +27,5 @@ (defmethod asdf:perform ((op asdf:test-op) (system (eql (find-system :FiveAM)))) (funcall (intern (string :run!) (string :it.bese.FiveAM)) :it.bese.FiveAM)) + +;;;;@include "src/packages.lisp" -- 1.7.10.4