X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=vcs-tree.asd;h=f30056337888f87c433c591803326f97b626bd91;hb=912ea0018cb20b3f865a069a461c85e756715ad4;hp=41a30349d9b77b4c4a2ca6d76868ff209746af4c;hpb=5d66ace14bf1d859d364e0004335d1a6800e0d40;p=vcs-tree.git diff --git a/vcs-tree.asd b/vcs-tree.asd index 41a3034..f300563 100644 --- a/vcs-tree.asd +++ b/vcs-tree.asd @@ -10,7 +10,7 @@ ;;;; $Id: xlunit.asd 7061 2003-09-07 06:34:45Z kevin $ ;;;; ************************************************************************* -(in-package vcs-tree-system) +(in-package cl-user) (defpackage vcs-tree-system (:use #:cl #:asdf)) (in-package vcs-tree-system) @@ -25,8 +25,7 @@ :defaults (component-pathname c)) '("package.fasl" "kmrcl-excerpt.fasl" "getopt-excerpt.fasl" "main.fasl" "loader.fasl") - :initial-function "RUN" - :muffled-warning t)) + :initial-function "RUN")) (defmethod perform ((o load-op) (c exe-file)) nil)