X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=package.cl;h=cdcba6b8b6aa5aab7cc8ba2da12258cea2471605;hb=8f2c887a5500d1cba7c1e53e18233085de87a783;hp=ed1672b495416f971b30d9e5e1d4c7486045a2cc;hpb=c90aa5e2faee118664cbbf9163dcd082d7ae32ec;p=lml.git diff --git a/package.cl b/package.cl index ed1672b..cdcba6b 100644 --- a/package.cl +++ b/package.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: package.cl,v 1.2 2002/09/16 02:22:15 kevin Exp $ +;;;; $Id: package.cl,v 1.4 2002/09/16 07:11:12 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,6 +19,7 @@ (in-package :cl-user) (defpackage #:lisp-markup-language + (:use #:common-lisp) (:nicknames #:lml) (:export @@ -49,4 +50,5 @@ ;; utils.cl #:lml-quit + #:lml-cwd ))