From 025ce77f9a7d85020ca76cc3887e51b6a88b0730 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 07:11:12 +0000 Subject: [PATCH] r2698: Auto commit for Debian build --- lml.asd | 5 +++-- package.cl | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lml.asd b/lml.asd index a964fc6..3922ecd 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.4 2002/09/16 02:56:23 kevin Exp $ +;;;; $Id: lml.asd,v 1.5 2002/09/16 07:06:54 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,7 +19,8 @@ (in-package :asdf) (defsystem :lml - :pathname "cl-library:lml;" +; :pathname "cl-library:lml;" + :pathname "/usr/share/common-lisp/source/lml/" :components ((:file "package") (:file "utils" :depends-on ("package")) diff --git a/package.cl b/package.cl index b6a916f..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.3 2002/09/16 02:37:35 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 -- 2.34.1