summaryrefslogtreecommitdiff
path: root/elisp/geiser-connection.el
diff options
context:
space:
mode:
authorDan Leslie <dan@ironoxide.ca>2015-12-05 12:56:32 -0800
committerDan Leslie <dan@ironoxide.ca>2015-12-05 12:56:32 -0800
commitcf0e28e642182fb609b2e043d0a30a015167d57e (patch)
tree42bcbbaa498457ad05ebae19e7adbbd9535933b0 /elisp/geiser-connection.el
parentea17fafe699430ffccd32b692ac3134d116c43f9 (diff)
downloadgeiser-cf0e28e642182fb609b2e043d0a30a015167d57e.tar.gz
geiser-cf0e28e642182fb609b2e043d0a30a015167d57e.tar.bz2
Removed changes to geiser-connection
Diffstat (limited to 'elisp/geiser-connection.el')
-rw-r--r--elisp/geiser-connection.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-connection.el b/elisp/geiser-connection.el
index 8a3de31..e466cd3 100644
--- a/elisp/geiser-connection.el
+++ b/elisp/geiser-connection.el
@@ -202,7 +202,7 @@
`((error (key . geiser-debugger))
(output . ,answer))
(condition-case err
- (let ((start (string-match "((\\(?:result)?\\|error\\|Error\\) " answer)))
+ (let ((start (string-match "((\\(?:result)?\\|error\\) " answer)))
(or (and start (car (read-from-string answer start)))
`((error (key . retort-syntax)) (output . ,answer))))
(error `((error (key . geiser-con-error))