minor qbook fixup
authorMarco Baringer <mb@bese.it>
Wed, 18 Jan 2006 10:46:52 +0000 (11:46 +0100)
committerMarco Baringer <mb@bese.it>
Wed, 18 Jan 2006 10:46:52 +0000 (11:46 +0100)
fiveam.asd

index c273caa..ad5833f 100644 (file)
@@ -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"