summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-88.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/srfi/srfi-88.scm')
-rw-r--r--module/srfi/srfi-88.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/srfi/srfi-88.scm b/module/srfi/srfi-88.scm
index b9056a46a..043a4a78f 100644
--- a/module/srfi/srfi-88.scm
+++ b/module/srfi/srfi-88.scm
@@ -35,7 +35,7 @@
;; Change the keyword syntax both at compile time and run time; the latter is
;; useful at the REPL.
-(eval-when (compile load)
+(eval-when (expand load eval)
(read-set! keywords 'postfix))
(define (keyword->string k)