From 96edd80309cfaea1949768cd4b3a5f7e0dc203d5 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 --- build.cl | 2 +- phtml-test.cl | 2 +- phtml.cl | 2 +- pxml0.cl | 2 +- pxml1.cl | 2 +- pxml2.cl | 2 +- pxml3.cl | 2 +- xmlutils.asd | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.cl b/build.cl index e48e291..8958fe5 100644 --- a/build.cl +++ b/build.cl @@ -1,4 +1,4 @@ -;; $Id: build.cl,v 1.2 2003/06/20 02:21:23 kevin Exp $ +;; $Id$ (in-package :user) diff --git a/phtml-test.cl b/phtml-test.cl index 639a0a6..8b47684 100644 --- a/phtml-test.cl +++ b/phtml-test.cl @@ -19,7 +19,7 @@ ;; Suite 330, Boston, MA 02111-1307 USA ;; -;; $Id: phtml-test.cl,v 1.2 2003/06/20 02:21:23 kevin Exp $ +;; $Id$ (eval-when (compile load eval) (require :tester)) diff --git a/phtml.cl b/phtml.cl index fc2e08b..4442183 100644 --- a/phtml.cl +++ b/phtml.cl @@ -25,7 +25,7 @@ ;; Suite 330, Boston, MA 02111-1307 USA ;; -;; $Id: phtml.cl,v 1.3 2003/07/11 18:02:41 kevin Exp $ +;; $Id$ ;; phtml.cl - parse html diff --git a/pxml0.cl b/pxml0.cl index 9ec33b0..47c0de6 100644 --- a/pxml0.cl +++ b/pxml0.cl @@ -52,7 +52,7 @@ #+excl (push 'pxml-dribble-bug-hook excl:*dribble-bug-hooks*))) -(funcall 'pxml-dribble-bug-hook "$Id: pxml0.cl,v 1.5 2003/07/11 18:02:41 kevin Exp $") +(funcall 'pxml-dribble-bug-hook "$Id$") (defun xml-char-p (char) (declare (optimize (speed 3) (safety 1))) diff --git a/pxml1.cl b/pxml1.cl index 4849fb2..ce9fa65 100644 --- a/pxml1.cl +++ b/pxml1.cl @@ -25,7 +25,7 @@ (in-package :net.xml.parser) -(pxml-dribble-bug-hook "$Id: pxml1.cl,v 1.4 2003/07/11 18:02:41 kevin Exp $") +(pxml-dribble-bug-hook "$Id$") (defparameter *collectors* (list nil nil nil nil nil nil nil nil)) diff --git a/pxml2.cl b/pxml2.cl index 08483bf..f1b88f3 100644 --- a/pxml2.cl +++ b/pxml2.cl @@ -25,7 +25,7 @@ (in-package :net.xml.parser) -(pxml-dribble-bug-hook "$Id: pxml2.cl,v 1.2 2003/06/20 02:21:23 kevin Exp $") +(pxml-dribble-bug-hook "$Id$") ;; state titles can be better chosen and explained diff --git a/pxml3.cl b/pxml3.cl index 9e1cd36..cad5557 100644 --- a/pxml3.cl +++ b/pxml3.cl @@ -22,7 +22,7 @@ (in-package :net.xml.parser) -(pxml-dribble-bug-hook "$Id: pxml3.cl,v 1.3 2003/07/11 18:02:41 kevin Exp $") +(pxml-dribble-bug-hook "$Id$") (defvar *debug-dtd* nil) diff --git a/xmlutils.asd b/xmlutils.asd index f57bc25..d23d464 100644 --- a/xmlutils.asd +++ b/xmlutils.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: xmlutils.asd,v 1.1 2003/06/20 02:21:23 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of cl-xmlutils, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -- 2.34.1