From e3ff612ddc55b7cd07bb919fae9a34e6f7e3028f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 7 Jun 2003 22:49:00 +0000 Subject: [PATCH] r5070: *** empty log message *** --- base.lisp | 4 ++-- downloads.lisp | 4 ++-- package.lisp | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/base.lisp b/base.lisp index 5944405..7898bba 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.16 2003/06/06 21:59:30 kevin Exp $ +;;;; $Id: base.lisp,v 1.17 2003/06/07 22:46:58 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,7 @@ ;;;; (http://www.gnu.org/licenses/gpl.html) ;;;; ************************************************************************* -(in-package lml) +(in-package #:lml) (defun html4-prologue-string () "") diff --git a/downloads.lisp b/downloads.lisp index 36f599c..ba8b853 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.lisp,v 1.9 2003/06/06 21:59:30 kevin Exp $ +;;;; $Id: downloads.lisp,v 1.10 2003/06/07 22:46:04 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,7 @@ ;;;; (http://www.gnu.org/licenses/gpl.html) ;;;; ************************************************************************* -(in-package lml) +(in-package #:lml) (defvar *dl-base*) diff --git a/package.lisp b/package.lisp index d3eae52..c753d83 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: package.lisp,v 1.6 2003/06/06 21:59:30 kevin Exp $ +;;;; $Id: package.lisp,v 1.7 2003/06/07 22:46:04 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,9 +16,9 @@ ;;;; (http://www.gnu.org/licenses/gpl.html) ;;;; ************************************************************************* -(in-package cl-user) +(in-package #:cl-user) -(defpackage lisp-markup-language +(defpackage #:lisp-markup-language (:use #:common-lisp) (:nicknames #:lml) (:export -- 2.34.1