emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-guile 6048041 173/284: Fix for the fix


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 6048041 173/284: Fix for the fix
Date: Sun, 1 Aug 2021 18:29:39 -0400 (EDT)

branch: elpa/geiser-guile
commit 60480414b9da01e29b9df25373fd81958d85601d
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]