summaryrefslogtreecommitdiff
path: root/elisp/geiser-plt.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-15 13:42:41 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-15 13:42:41 +0200
commit66553a900b88f544ed9a4f712919e58acf63fba5 (patch)
treed73f7f1ddf7c7ca4f0062019e0bdb4a14b715c65 /elisp/geiser-plt.el
parent87034e086d525d89a0afad7064c4cc609ff2b7f0 (diff)
downloadgeiser-66553a900b88f544ed9a4f712919e58acf63fba5.tar.gz
geiser-66553a900b88f544ed9a4f712919e58acf63fba5.tar.bz2
PLT: Bug fix: correctly handle explicit module definitions.
Diffstat (limited to 'elisp/geiser-plt.el')
-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 1db0ec9..16c0b96 100644
--- a/elisp/geiser-plt.el
+++ b/elisp/geiser-plt.el
@@ -86,7 +86,7 @@ This function uses `geiser-plt-init-file' if it exists."
`(dynamic-require ''geiser ',proc)))
(defconst geiser-plt--module-re
- "^(module +\\(([^)]+)\\)")
+ "^(module +\\([^ ]+\\)")
(defun geiser-plt--explicit-module ()
(save-excursion