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

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

[nongnu] elpa/geiser-gauche 6110849 067/119: Add dash to module name reg


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 6110849 067/119: Add dash to module name regex
Date: Sun, 1 Aug 2021 18:27:59 -0400 (EDT)

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

    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)



reply via email to

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