#| -*-Scheme-*-
-$Id: parse.scm,v 14.68 2007/09/09 03:09:38 cph Exp $
+$Id: parse.scm,v 14.69 2007/09/17 02:31:42 riastradh Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(write-string string port)))
(define-parse-error (illegal-boolean string)
(lambda (string port)
- (write-string "Ill-formed boolean: #" port)
+ (write-string "Ill-formed boolean: " port)
(write-string string port)))
(define-parse-error (illegal-char char)
(lambda (char port)