summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-08 00:08:38 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-08 00:08:38 +0200
commit044c88e5396381ae0130b2907d393079474b4eb5 (patch)
tree9b5ccbf30d2dad1d53455a847457114cf8ebec52
parent216897ade20e6a1cc73c245908911301bc25865a (diff)
downloadgeiser-guile-044c88e5396381ae0130b2907d393079474b4eb5.tar.gz
geiser-guile-044c88e5396381ae0130b2907d393079474b4eb5.tar.bz2
Guile: small tweak.
-rw-r--r--elisp/geiser-guile.el2
1 files changed, 1 insertions, 1 deletions
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)