aboutsummaryrefslogtreecommitdiff
path: root/scheme/format.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scheme/format.scm')
-rw-r--r--scheme/format.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/format.scm b/scheme/format.scm
index 61a98cc..9ce8026 100644
--- a/scheme/format.scm
+++ b/scheme/format.scm
@@ -26,7 +26,7 @@
(set! %load-hook saved-load-hook)))
(let ((mod-name (list-ref cmd 1)))
- (set-program-arguments (cons (car cmd) (list-tail cmd 2)))
+ (set-program-arguments (list-tail cmd 1))
(set! idest-main
(module-ref
(resolve-module (list 'idest 'format (string->symbol mod-name)))

Return to:

Send suggestions and report system problems to the System administrator.