From: Kevin M. Rosenberg Date: Mon, 16 Sep 2002 02:56:23 +0000 (+0000) Subject: r2672: *** empty log message *** X-Git-Tag: v2.5.5~191 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=0475d04df69231c0571450957355564089e291ed;hp=d752898c4732adbb8b4c131ec4166a53aac967f8;p=lml.git r2672: *** empty log message *** --- diff --git a/lml.asd b/lml.asd index 379d790..a964fc6 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.3 2002/09/16 02:09:39 kevin Exp $ +;;;; $Id: lml.asd,v 1.4 2002/09/16 02:56:23 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -29,5 +29,5 @@ (:file "downloads" :depends-on ("lml")) )) -(defmethod source-file-type ((c cl-source-file) (s (eql (find-system :lml)))) +(defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'lml)))) "cl")