(display-usage-report): Use keyword->symbol instead of keyword-symbol,
authorMarius Vollmer <mvo@zagadka.de>
Sat, 3 May 2003 20:52:31 +0000 (20:52 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 3 May 2003 20:52:31 +0000 (20:52 +0000)
which doesn't exist.  Thanks to Kevon Ryde.

ice-9/boot-9.scm

index daeb334..e1b2415 100644 (file)
                (left-part (string-append
                            (with-output-to-string
                              (lambda ()
-                               (map (lambda (x) (display (keyword-symbol x)) (display " "))
+                               (map (lambda (x) (display (keyword->symbol x)) (display " "))
                                     opts-proper)))
                            arg-name))
                (middle-part (if (and (< (string-length left-part) 30)