r7061: initial property settings
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
build.cl
phtml-test.cl
phtml.cl
pxml0.cl
pxml1.cl
pxml2.cl
pxml3.cl
xmlutils.asd

index e48e29121ed025d920a2c0cd77c0b8aa2905e9dd..8958fe5b1880e97de8ba1abd5dc3d1f5beefd534 100644 (file)
--- 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)
 
index 639a0a6e7cd108e31f79dd3419173eb1bfe0373a..8b4768452c7822bb3e772e86d56678ac7d20aa97 100644 (file)
@@ -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))
index fc2e08b2b1df0c419fad2e5a1a413eb6186ff118..444218326d52bbdca8478e28183102c578967f5e 100644 (file)
--- 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
 
index 9ec33b02117f5a445129c7e99459fcfec5d13998..47c0de684f8033fb5d9582554c87ddce52d9d8ce 100644 (file)
--- 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)))
index 4849fb255a782363e2d5b08c117b4e00eacb8a58..ce9fa65946ecfeeb3f3887815f5ba9ab4ec4a77a 100644 (file)
--- 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))
 
index 08483bf822451fe51d3b288b4c728c0ecccd2e92..f1b88f3a1dea558ca2b90a06d7ac6e3da4e3b674 100644 (file)
--- 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
 
index 9e1cd36ddcc9680d88b5e87555a6ebcaa56d78c4..cad55572b5f98046e56569441e81aa378d409439 100644 (file)
--- 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)
 
index f57bc259f84ed43e329a44ae42ef50c40ca686fc..d23d464e13dd681b6265b6745f2c3622a3278118 100644 (file)
@@ -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
 ;;;;