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:
b204dd7
)
Add name for non-blocking space.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 16 Jan 2004 05:44:21 +0000
(
05:44
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 16 Jan 2004 05:44:21 +0000
(
05:44
+0000)
v7/src/runtime/char.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/char.scm
b/v7/src/runtime/char.scm
index 2e65d2d332e6a23cf3f029ed706a870e507ac9b6..c3ae40439adb57e66dc53d4950e4aed1865b83a4 100644
(file)
--- a/
v7/src/runtime/char.scm
+++ b/
v7/src/runtime/char.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: char.scm,v 14.2
3 2003/08/03 05:52:54
cph Exp $
+$Id: char.scm,v 14.2
4 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")