Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 12 Oct 2004 23:20:58 +0000 (23:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 12 Oct 2004 23:20:58 +0000 (23:20 +0000)
v7/src/xml/xml-parser.scm

index 71eeb8fa3257343db669a9c769f767528fd735be..6d7392dce58dc0b4a9a652af79c3c3542b3c5dc1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: xml-parser.scm,v 1.63 2004/07/24 03:45:54 cph Exp $
+$Id: xml-parser.scm,v 1.64 2004/10/12 23:20:58 cph Exp $
 
 Copyright 2001,2002,2003,2004 Massachusetts Institute of Technology
 
@@ -87,7 +87,7 @@ USA.
               (if (default-object? pi-handlers)
                   '()
                   (begin
-                    (guarantee-pi-handlers pi-handlers 'STRING->XML)
+                    (guarantee-pi-handlers pi-handlers 'READ-XML)
                     pi-handlers)))))
 
 (define (string->xml string #!optional start end pi-handlers)