From 3a622d1bd4e61948915fc0eec957bfecec729b8b Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 17 Jan 2010 14:09:26 +0100 Subject: Minor bug fix. --- elisp/geiser-connection.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elisp/geiser-connection.el') diff --git a/elisp/geiser-connection.el b/elisp/geiser-connection.el index af4c611..bdac427 100644 --- a/elisp/geiser-connection.el +++ b/elisp/geiser-connection.el @@ -1,6 +1,6 @@ ;;; geiser-connection.el -- talking to a scheme process -;; Copyright (C) 2009 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -155,7 +155,7 @@ (re-search-forward "((\\(result\\|error\\)\\>") (goto-char (match-beginning 0)) (let ((form (read (current-buffer)))) - (if (listp form) form (error)))) + (if (listp form) form (error "")))) (error `((error (key . geiser-con-error)) (output . ,(buffer-string))))))) -- cgit v1.2.3