r2717: added read macro
[lml.git] / package.cl
index 0bb6a0b94b025190c078d713d2e5929d9fb5ed6b..cdcba6b8b6aa5aab7cc8ba2da12258cea2471605 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: package.cl,v 1.1 2002/09/16 01:13:49 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
 
@@ -46,4 +47,8 @@
    ;; downloads.cl
    #:std-dl-page
    #:full-dl-page
+
+   ;; utils.cl
+   #:lml-quit
+   #:lml-cwd
 ))