original commit: eb0842ed573feae552ae51e94e49bff594b71025
This commit is contained in:
Robby Findler 2002-01-25 15:49:20 +00:00
parent e69b11ffc0
commit a6c7267942

View File

@ -27,5 +27,5 @@
(define add-spec
(lambda (sep num)
(set! specs (cons (list (expr->string sep) (expr->string num))
(set! specs (cons (list (expr->string sep) (format "~a" num))
specs)))))))