branch: elpa/geiser-guile
commit 72290ad87cb0524a28dcf96ee4b99c4b67e6e6d5
Author: Jose Antonio Ortega Ruiz <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>
Bug fix: connect-to-guile wasn't interactive
---
elisp/geiser-guile.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el
index d831bbf..6eb2641 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -224,6 +224,7 @@ The new level is set using the value of
`geiser-guile-warning-level'."
(geiser-eval--send/result code)))
(defun connect-to-guile ()
+ (interactive)
"Start a Guile REPL connected to a remote process.
Start the external Guile process with the flag --listen to make