branch: elpa/geiser-guile
commit 044c88e5396381ae0130b2907d393079474b4eb5
Author: Jose Antonio Ortega Ruiz <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>

    Guile: small tweak.
---
 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 da488bc..cfcba80 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -130,7 +130,7 @@ This function uses `geiser-guile-init-file' if it exists."
   (if (eq key 'geiser-debugger)
       (progn
         (comint-send-string nil "0\n")
-        (accept-process-output nil 0.1)
+        (accept-process-output nil 0.01)
         (when msg
           (goto-char (point-max))
           (comint-previous-prompt 1)

Reply via email to