From 131b7fa77fb2a885efe336da1ae1f05753c0c313 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 7 Sep 2003 06:34:45 +0000 Subject: [PATCH] r7061: initial property settings --- base.lisp | 2 +- demo.lisp | 2 +- modlisp.asd | 2 +- package.lisp | 2 +- utils.lisp | 2 +- variables.lisp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base.lisp b/base.lisp index 5fc67e4..e08c251 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base.lisp,v 1.14 2003/08/18 05:48:55 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:modlisp) diff --git a/demo.lisp b/demo.lisp index d247b54..f2f801a 100644 --- a/demo.lisp +++ b/demo.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: demo.lisp,v 1.4 2003/07/16 20:40:43 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:modlisp) diff --git a/modlisp.asd b/modlisp.asd index 1f87e40..08d3cf5 100644 --- a/modlisp.asd +++ b/modlisp.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: modlisp.asd,v 1.9 2003/07/09 22:12:52 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:cl-user) diff --git a/package.lisp b/package.lisp index 2da04f5..e4cf840 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: package.lisp,v 1.7 2003/07/19 20:32:47 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:cl-user) diff --git a/utils.lisp b/utils.lisp index ec42df6..9caf7d0 100644 --- a/utils.lisp +++ b/utils.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: utils.lisp,v 1.10 2003/08/18 05:48:55 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:modlisp) diff --git a/variables.lisp b/variables.lisp index 6d8d303..fa29050 100644 --- a/variables.lisp +++ b/variables.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: variables.lisp,v 1.9 2003/07/16 20:40:43 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:modlisp) -- 2.34.1