From d0240dac77cef42bf565c5c3f773905f472ddfa6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 6 May 1991 00:57:59 +0000 Subject: [PATCH] Change "comtab.scm" to use edwin-syntax-table. --- v7/src/edwin/decls.scm | 4 ++-- v7/src/edwin/ed-ffi.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/edwin/decls.scm b/v7/src/edwin/decls.scm index 057f861fe..3a567f906 100644 --- a/v7/src/edwin/decls.scm +++ b/v7/src/edwin/decls.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.19 1991/04/24 07:27:28 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.20 1991/05/06 00:57:47 cph Exp $ Copyright (c) 1989-91 Massachusetts Institute of Technology @@ -83,7 +83,6 @@ MIT in each case. |# "class" "clscon" "clsmac" - "comtab" "display" "macros" "make" @@ -114,6 +113,7 @@ MIT in each case. |# "cinden" "comint" "comman" + "comtab" "comred" "debug" "debuge" diff --git a/v7/src/edwin/ed-ffi.scm b/v7/src/edwin/ed-ffi.scm index 68f2ed8cc..4a75033f9 100644 --- a/v7/src/edwin/ed-ffi.scm +++ b/v7/src/edwin/ed-ffi.scm @@ -48,7 +48,7 @@ ("comred" (edwin command-reader) edwin-syntax-table) ("comtab" (edwin comtab) - syntax-table/system-internal) + edwin-syntax-table) ("comwin" (edwin window combination) class-syntax-table) ("curren" (edwin) -- 2.25.1