summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
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")