projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d7a41d
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 11 Nov 2001 05:56:08 +0000
(
05:56
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 11 Nov 2001 05:56:08 +0000
(
05:56
+0000)
v7/src/runtime/rexp.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/rexp.scm
b/v7/src/runtime/rexp.scm
index e2a815138c121e5c542871faa4d78bc29d11e712..32a6e65b32dff5ce954d8e6aa7f0aff42b50afca 100644
(file)
--- a/
v7/src/runtime/rexp.scm
+++ b/
v7/src/runtime/rexp.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: rexp.scm,v 1.1
7 2001/10/05 15:54:35
cph Exp $
+$Id: rexp.scm,v 1.1
8 2001/11/11 05:56:08
cph Exp $
Copyright (c) 2000, 2001 Massachusetts Institute of Technology
@@
-186,7
+186,7
@@
USA.
((CASE-FOLD)
(let ((arg (one-arg)))
(cond ((string? arg) (case-fold-string arg))
- ((char-set? arg) (case-fold-char-et arg))
+ ((char-set? arg) (case-fold-char-
s
et arg))
(else (lose)))))
((ANY-CHAR) ".")
((LINE-START) "^")