Add name for non-blocking space.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 05:44:21 +0000 (05:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 05:44:21 +0000 (05:44 +0000)
v7/src/runtime/char.scm

index 2e65d2d332e6a23cf3f029ed706a870e507ac9b6..c3ae40439adb57e66dc53d4950e4aed1865b83a4 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: char.scm,v 14.23 2003/08/03 05:52:54 cph Exp $
+$Id: char.scm,v 14.24 2004/01/16 05:44:21 cph Exp $
 
 Copyright 1986,1987,1988,1991,1995,1997 Massachusetts Institute of Technology
 Copyright 1998,2001,2003 Massachusetts Institute of Technology
@@ -349,7 +349,8 @@ USA.
     (#x1E #f "rs")
     (#x1F #f "us" "backnext")
     (#x20 "space" "spc" "sp")
-    (#x7F "delete" "del" "rubout")))
+    (#x7F "delete" "del" "rubout")
+    (#xA0 "nbsp")))
 
 (define named-bits
   '((#x01 "M" "meta")