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:
aa63df2
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Jan 2007 15:58:44 +0000
(15:58 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Jan 2007 15:58:44 +0000
(15:58 +0000)
v7/src/runtime/unicode.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/unicode.scm
b/v7/src/runtime/unicode.scm
index 6adddb3deb169b3033f9770f9850f593c06ab2ca..53f4bf606130c6ee2258c3664f090a9cdddeba5c 100644
(file)
--- a/
v7/src/runtime/unicode.scm
+++ b/
v7/src/runtime/unicode.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: unicode.scm,v 1.3
1 2007/01/17 15:42:39
cph Exp $
+$Id: unicode.scm,v 1.3
2 2007/01/17 15:58:44
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-145,7
+145,7
@@
USA.
(define (%unicode-code-point? object)
(and (index-fixnum? object)
- (fix:<
p
t char-code-limit)))
+ (fix:<
objec
t char-code-limit)))
(define-guarantee unicode-code-point "a Unicode code point")