From 986f757d9fed18b367abfe201a963dced3429c33 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 28 Aug 1991 14:56:55 +0000 Subject: [PATCH] Add telnet to the list of files. --- v7/src/edwin/ed-ffi.scm | 2 ++ v7/src/edwin/edwin.pkg | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/ed-ffi.scm b/v7/src/edwin/ed-ffi.scm index 4649ff485..471476308 100644 --- a/v7/src/edwin/ed-ffi.scm +++ b/v7/src/edwin/ed-ffi.scm @@ -191,6 +191,8 @@ edwin-syntax-table) ("tags" (edwin tags) edwin-syntax-table) + ("telnet" (edwin) + edwin-syntax-table) ("termcap" (edwin console-screen) syntax-table/system-internal) ("texcom" (edwin) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 8f1e1a239..4f65a8ce9 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.55 1991/08/27 20:13:45 bal Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.56 1991/08/28 14:56:55 jinx Exp $ Copyright (c) 1989-91 Massachusetts Institute of Technology @@ -88,6 +88,7 @@ MIT in each case. |# "scrcom" ; screen commands "sercom" ; search commands "shell" ; shell subprocess commands + "telnet" ; telnet subprocess commands "texcom" ; text commands "wincom" ; window commands -- 2.25.1