From bc9e540be75bd85cf5b1bfc8b0c4d8d03ee8a9c9 Mon Sep 17 00:00:00 2001 From: interp Date: Wed, 28 Jul 2004 20:20:50 +0000 Subject: [PATCH] Remove wrong comment. --- scheme/httpd/surflets/sxml.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scheme/httpd/surflets/sxml.scm b/scheme/httpd/surflets/sxml.scm index 85566da..16a9037 100644 --- a/scheme/httpd/surflets/sxml.scm +++ b/scheme/httpd/surflets/sxml.scm @@ -2,10 +2,6 @@ ;;; adapted from Oleg's SXML-tree-trans.scm SRV:send-reply ;;; extended by port argument -;;; #t: current-output-port -;;; #f: string -;;; port: port -;;; else: error ;; Displays low-level-sxml on the port. Low-level-sxml contains only ;; strings, characters and thunks. '() and #f are ignored. (define (display-low-level-sxml fragments port)