branch: elpa/geiser-gauche
commit 6110849808f9458909e6f6531042608a8e1e1140
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Add dash to module name regex
---
geiser-gauche.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geiser-gauche.el b/geiser-gauche.el
index bde6c17..a595b9d 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -109,7 +109,7 @@
(format "(eval '(geiser:%s %s) (find-module 'geiser))" proc form)))))
(defconst geiser-gauche--module-re
- "(define-module +\\([[:alnum:].]+\\)")
+ "(define-module +\\([[:alnum:].-]+\\)")
(defun geiser-gauche--get-module (&optional module)
(cond ((null module)