branch: elpa/geiser-guile
commit a1078b906f73bfe69754390908083ae8fab48b3f
Author: Jose Antonio Ortega Ruiz <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>
Fixing guile 2.2 compatibility
---
geiser/evaluation.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geiser/evaluation.scm b/geiser/evaluation.scm
index eab98b6..bdbcdd8 100644
--- a/geiser/evaluation.scm
+++ b/geiser/evaluation.scm
@@ -95,7 +95,7 @@
(cf (cond-expand (guile-2.2 load-thunk-from-memory)
(else make-program)))
(o (compile form
- #:to (if bytcode? 'bytecode 'objcode)
+ #:to to
#:env module
#:opts opts))
(thunk (cf o)))