From e377da071751afe0db16a46bfe7b8466e6d7593b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 11 Jul 2001 22:09:50 +0000 Subject: [PATCH] Add unicode support. --- v7/src/star-parser/ed-ffi.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1