X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fguile%2Fautodl;h=ddf34cda6feb8c3ed918d3b8e02327427d724838;hb=30806d5e4c205c0c2e71d70a84ede67e92cc0bd6;hp=669fbfcefd2c1cd38fcb3e26110a655b0d1ff3e3;hpb=e6485bffce48ca28206fd71bf5da70db0efb3493;p=doldaconnect.git diff --git a/lib/guile/autodl b/lib/guile/autodl index 669fbfc..ddf34cd 100755 --- a/lib/guile/autodl +++ b/lib/guile/autodl @@ -28,7 +28,7 @@ (lambda (key . err) #f)))) ) -(define (infomgs fmt . msg) +(define (infomsg fmt . msg) (if infoport (begin (apply format (cons* infoport (string-append fmt "\n") msg))