X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=vcs-tree.asd;h=fb73cc8a4767387c89c87a8a17ada906f5e42075;hb=8836c3616ebc6bcfee1efec4ad68ee931ca19776;hp=a1e22d67dceb67ff786c143b6e021628f5fa64a8;hpb=2a253dfd0359fb1c3118b5e89e50dd281a05f096;p=vcs-tree.git diff --git a/vcs-tree.asd b/vcs-tree.asd index a1e22d6..fb73cc8 100644 --- a/vcs-tree.asd +++ b/vcs-tree.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2003 ;;;; -;;;; $Id: xlunit.asd 7061 2003-09-07 06:34:45Z kevin $ +;;;; $Id$ ;;;; ************************************************************************* (in-package cl-user) @@ -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)