aboutsummaryrefslogtreecommitdiff
path: root/module/vulgar/termios.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vulgar/termios.scm')
-rw-r--r--module/vulgar/termios.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vulgar/termios.scm b/module/vulgar/termios.scm
index aa40b6e7..6bebda2a 100644
--- a/module/vulgar/termios.scm
+++ b/module/vulgar/termios.scm
@@ -36,7 +36,7 @@
;; int, * → int, and bind it to a scheme procedure of the same name.
;;
;; Currently only links to the library stored in the variable lib, when called.
-(eval-when (compile)
+(eval-when (compile expand)
(read-hash-extend
#\$ (lambda (c port)
(let* ((name (string-trim-both (read-delimited ":" port)))