summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-16 00:31:20 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-16 00:31:20 +0200
commit588b11871548e3eb8712cca5dc710462e34d8e03 (patch)
treee31c4dd9b9e032930bddb347c0d3339e9f0b574e /elisp
parent774235f8f08166dbe1311047235fa160a37a3d08 (diff)
downloadgeiser-chez-588b11871548e3eb8712cca5dc710462e34d8e03.tar.gz
geiser-chez-588b11871548e3eb8712cca5dc710462e34d8e03.tar.bz2
PLT: A bit more sensible prompt format.
Diffstat (limited to 'elisp')
-rw-r--r--elisp/geiser-plt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el
index 7c66682..337c43d 100644
--- a/elisp/geiser-plt.el
+++ b/elisp/geiser-plt.el
@@ -67,7 +67,7 @@ This function uses `geiser-plt-init-file' if it exists."
,@(and init-file (file-readable-p init-file) (list "-f" init-file))
"-f" ,(expand-file-name "plt/geiser.ss" geiser-scheme-dir))))
-(defconst geiser-plt-prompt-regexp "^mzscheme@([^)]*?)> ")
+(defconst geiser-plt-prompt-regexp "^mzscheme@[^ ]*?> ")
(defun switch-to-plt (&optional ask)
(interactive "P")