Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 17 Jan 2007 15:58:44 +0000 (15:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 17 Jan 2007 15:58:44 +0000 (15:58 +0000)
v7/src/runtime/unicode.scm

index 6adddb3deb169b3033f9770f9850f593c06ab2ca..53f4bf606130c6ee2258c3664f090a9cdddeba5c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: unicode.scm,v 1.31 2007/01/17 15:42:39 cph Exp $
+$Id: unicode.scm,v 1.32 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:< pt char-code-limit)))
+       (fix:< object char-code-limit)))
 
 (define-guarantee unicode-code-point "a Unicode code point")