From: Guillermo J. Rozas Date: Wed, 28 Aug 1991 14:56:55 +0000 (+0000) Subject: Add telnet to the list of files. X-Git-Tag: 20090517-FFI~10270 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=986f757d9fed18b367abfe201a963dced3429c33;p=mit-scheme.git Add telnet to the list of files. --- 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