emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-gauche 558a52e 034/119: Fix module-re


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 558a52e 034/119: Fix module-re
Date: Sun, 1 Aug 2021 18:27:52 -0400 (EDT)

branch: elpa/geiser-gauche
commit 558a52e09edcb2f340cb6c9c02ff9795a5740858
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]