diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-08 00:08:38 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-08 00:08:38 +0200 |
commit | 044c88e5396381ae0130b2907d393079474b4eb5 (patch) | |
tree | 9b5ccbf30d2dad1d53455a847457114cf8ebec52 /elisp | |
parent | 216897ade20e6a1cc73c245908911301bc25865a (diff) | |
download | geiser-guile-044c88e5396381ae0130b2907d393079474b4eb5.tar.gz geiser-guile-044c88e5396381ae0130b2907d393079474b4eb5.tar.bz2 |
Guile: small tweak.
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/geiser-guile.el | 2 |
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) |