X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;fp=lml.asd;h=a964fc67791536a41b6877063624b29dfa289cca;hb=0475d04df69231c0571450957355564089e291ed;hp=379d79066c6c9729a6907edbe0e37d3b73a28eff;hpb=d752898c4732adbb8b4c131ec4166a53aac967f8;p=lml.git 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")