aboutsummaryrefslogtreecommitdiff
path: root/module/calp/main.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:14:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:14:46 +0200
commit2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd (patch)
treec48c312e1d44306039fc00cfe4b5cd611d7f9a3b /module/calp/main.scm
parentRemove procedure tabset. (diff)
downloadcalp-2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd.tar.gz
calp-2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd.tar.xz
Normalize keyword syntax.
Diffstat (limited to 'module/calp/main.scm')
-rw-r--r--module/calp/main.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/main.scm b/module/calp/main.scm
index d97d3d76..827dbf4e 100644
--- a/module/calp/main.scm
+++ b/module/calp/main.scm
@@ -104,7 +104,7 @@ zoneinfo database, but is currently broken.</p>")
b a))
(define (wrapped-main args)
- (define opts (getopt-long args (getopt-opt options) #:stop-at-first-non-option #t))
+ (define opts (getopt-long args (getopt-opt options) stop-at-first-non-option: #t))
(define stprof (option-ref opts 'statprof #f))
(define repl (option-ref opts 'repl #f))
(define altconfig (option-ref opts 'config #f))