From: Kevin M. Rosenberg Date: Sun, 7 Sep 2003 06:34:45 +0000 (+0000) Subject: r7061: initial property settings X-Git-Url: http://git.kpe.io/?p=ptester.git;a=commitdiff_plain;h=ad7cebd015adb674683741db1960b88f2869ba09 r7061: initial property settings --- diff --git a/ptester.asd b/ptester.asd index 73435aa..df288f1 100644 --- a/ptester.asd +++ b/ptester.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: ptester.asd,v 1.1 2003/07/20 18:10:22 kevin Exp $ +;;;; $Id$ ;;;; ;;;; ************************************************************************* diff --git a/src.lisp b/src.lisp index abf57be..829e05a 100644 --- a/src.lisp +++ b/src.lisp @@ -27,7 +27,7 @@ ;;;; from the original ACL 6.1 sources: ;; Id: tester.cl,v 2.2.12.1 2001/06/05 18:45:10 layer Exp -;; $Id: src.lisp,v 1.4 2003/08/23 12:56:29 kevin Exp $ +;; $Id$ (defpackage #:ptester (:use #:cl)