From: Chris Hanson Date: Wed, 11 Jul 2001 22:09:50 +0000 (+0000) Subject: Add unicode support. X-Git-Tag: 20090517-FFI~2662 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e377da071751afe0db16a46bfe7b8466e6d7593b;p=mit-scheme.git Add unicode support. --- diff --git a/v7/src/star-parser/ed-ffi.scm b/v7/src/star-parser/ed-ffi.scm index 13e87cf4b..2f32e6904 100644 --- a/v7/src/star-parser/ed-ffi.scm +++ b/v7/src/star-parser/ed-ffi.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: ed-ffi.scm,v 1.2 2001/06/29 05:23:24 cph Exp $ +;;; $Id: ed-ffi.scm,v 1.3 2001/07/11 22:09:50 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; @@ -31,4 +31,6 @@ ("shared" (runtime *parser) system-global-syntax-table) ("synchk" (runtime *parser) + system-global-syntax-table) + ("unicode" (runtime unicode) system-global-syntax-table))) \ No newline at end of file