summaryrefslogtreecommitdiff
path: root/modules/language/python/module/re.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-01 19:28:52 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-01 19:28:52 +0200
commit81fe3b318321690233a209a97a8a69e8f1ad11e4 (patch)
tree35b7c2b51ce213f263d6736a3604ef9e5dcaef9c /modules/language/python/module/re.scm
parentfe67dde08972f32e0d66a240a2a3610f22e740f7 (diff)
some changes
Diffstat (limited to 'modules/language/python/module/re.scm')
-rw-r--r--modules/language/python/module/re.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/module/re.scm b/modules/language/python/module/re.scm
index 5ba3114..42ebe80 100644
--- a/modules/language/python/module/re.scm
+++ b/modules/language/python/module/re.scm
@@ -415,6 +415,6 @@
(lp l
(if (member x m)
(cons* #\\ x r)
- x)))
+ (cons x r))))
(()
(list->string (reverse r))))))))