7adbff0fdf
cleanup by me. Changes: 'open-source', new char-sets and -operations, new regexp system, some renaming (reduce-* -> *-fold), and lots of bugfixes.
12 lines
334 B
Text
12 lines
334 B
Text
$NetBSD: patch-al,v 1.1 2001/02/27 19:37:47 wiz Exp $
|
|
|
|
--- scsh/rx/packages.scm.orig Sun Oct 1 07:12:16 2000
|
|
+++ scsh/rx/packages.scm Sun Oct 1 07:12:33 2000
|
|
@@ -174,6 +174,7 @@
|
|
:boolean))
|
|
(sre->regexp (proc (:value) :value))
|
|
(regexp->sre (proc (:value) :value))
|
|
+ nonl-chars
|
|
)))
|
|
|
|
|