branch: elpa/geiser-gauche
commit d5d68fd9a19549b59e84f8436e004a2e8377d9d3
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Don't import the geiser module at startup
---
geiser-gauche.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geiser-gauche.el b/geiser-gauche.el
index b3e13ca..7d3fd12 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -213,7 +213,7 @@
(defun geiser-gauche--startup (remote)
(let ((geiser-log-verbose-p t))
(compilation-setup t)
- (geiser-eval--send/wait "(import geiser)(newline)")))
+ (geiser-eval--send/wait "(newline)")))
(defun geiser-gauche--display-error (module key msg)
(and key (message msg) nil))