branch: elpa/geiser-guile
commit 60480414b9da01e29b9df25373fd81958d85601d
Author: Jose Antonio Ortega Ruiz <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>
Fix for the fix
---
elisp/geiser-guile.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el
index 6eb2641..d788edd 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -224,11 +224,11 @@ 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
it spawn a server thread."
+ (interactive)
(geiser-connect 'guile))
(defun geiser-guile--startup ()