summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-25 01:29:06 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-25 01:29:06 +0100
commit4489b833985e1f9727bd6a40ea42dd5025dc41fa (patch)
tree01230db01cf5f77b60121948fdd447904bd154b4 /elisp
parentba1b1d6c588665f90d646201cefa3753409693ee (diff)
downloadgeiser-4489b833985e1f9727bd6a40ea42dd5025dc41fa.tar.gz
geiser-4489b833985e1f9727bd6a40ea42dd5025dc41fa.tar.bz2
Guile: fix for connect-to-guile problems
Was a real bug, after all, and quite reproducible. Sending an ,use metacommand was not returning a prompt, and we were waiting for ever to start (or almost). Now, connect-to-guile is not only right, but spiffy again.
Diffstat (limited to 'elisp')
-rw-r--r--elisp/geiser-repl.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index d691dc8..7308a6e 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -327,10 +327,6 @@ module command as a string")
(let ((comint-input-filter (lambda (x) nil)))
(comint-send-input nil t))))
-(defun geiser-repl--send-silent (cmd)
- (geiser-repl--prepare-send)
- (comint-redirect-results-list cmd ".+" 0))
-
;;; REPL history