branch: elpa/geiser-gauche
commit 83c99495b8ae406495cfc9994ff0109d73c4396a
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Minor improvement
---
geiser-gauche.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/geiser-gauche.el b/geiser-gauche.el
index 3585393..6cb4e64 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -102,8 +102,9 @@
;; commands that need it
(replace-regexp-in-string
"{{cur-module}}"
- ;; module
- (format "'%s" (geiser-gauche--get-module))
+ (if (string= module "'#f")
+ (format "'%s" (geiser-gauche--get-module))
+ module)
(format "(eval '(geiser:eval %s '%s) (find-module 'geiser))" module
form))))
;; The rest of the commands are all evaluated in the geiser module
(t