r4707: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Apr 2003 02:16:21 +0000 (02:16 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Apr 2003 02:16:21 +0000 (02:16 +0000)
debian/changelog
strings.lisp

index 330d42599fc32ba3d7c86cf7f6839097ffd77341..265128a8138ba838e1c48ff0945fd80449a753e8 100644 (file)
@@ -1,3 +1,9 @@
+cl-kmrcl (1.34-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 29 Apr 2003 20:14:55 -0600
+
 cl-kmrcl (1.33-1) unstable; urgency=low
 
   * New upstream
index 404f33a6f9bed2e6998f345bee8433ced42a3555..7e9be34ce521f95c1a6c335a120b64dc10f6f7ef 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: strings.lisp,v 1.15 2003/04/29 15:25:22 kevin Exp $
+;;;; $Id: strings.lisp,v 1.16 2003/04/30 02:16:21 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -191,7 +191,7 @@ list of characters and replacement strings."
 (defun escape-xml-string (string)
   "Escape invalid XML characters"
   (substitute-chars-strings 
-   string '((#\& . "&amp;") (#\> . "&gt;") (#\< . "&lt;") (#\" . "&quot;")))
+   string '((#\& . "&amp;") (#\> . "&gt;") (#\< . "&lt;") (#\" . "&quot;"))))
 
 
 (defun make-usb8-array (len)