diff options
-rw-r--r-- | ccwl/ccwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 6d02ec3..b3c4fad 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -48,7 +48,7 @@ (source output-source) (other output-other)) -(define* (output id #:key type binding source (other '())) +(define* (output id #:key (type 'File) binding source (other '())) "Build and return an <output> object." (make-output id type binding source other)) |