branch: elpa/geiser-gauche
commit 558a52e09edcb2f340cb6c9c02ff9795a5740858
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Fix module-re
---
geiser-gauche.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geiser-gauche.el b/geiser-gauche.el
index 3da96e7..c4970d1 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -102,7 +102,7 @@
(format "(geiser:%s %s)" proc form)))))
(defconst geiser-gauche--module-re
- "(define-module +\\(\\w+\\)")
+ "(define-module +\\(([^)]*)\\)")
(defun geiser-gauche--get-module (&optional module)
(cond ((null module)