From 597f65b926ed2beccb1d501d6cfc56cddbecd3cb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 16 Jan 2004 05:44:21 +0000 Subject: [PATCH] Add name for non-blocking space. --- v7/src/runtime/char.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/char.scm b/v7/src/runtime/char.scm index 2e65d2d33..c3ae40439 100644 --- a/v7/src/runtime/char.scm +++ b/v7/src/runtime/char.scm @@ -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") -- 2.25.1