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

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

[nongnu] elpa/geiser-guile 044c88e 134/284: Guile: small tweak.


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 044c88e 134/284: Guile: small tweak.
Date: Sun, 1 Aug 2021 18:29:31 -0400 (EDT)

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

    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

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