From: Chris Hanson Date: Mon, 6 May 1991 00:57:59 +0000 (+0000) Subject: Change "comtab.scm" to use edwin-syntax-table. X-Git-Tag: 20090517-FFI~10677 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d0240dac77cef42bf565c5c3f773905f472ddfa6;p=mit-scheme.git Change "comtab.scm" to use edwin-syntax-table. --- 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)