From 9c7723f13324c84788ffff20caf6ffb054ddae02 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 25 Feb 1993 03:26:20 +0000 Subject: [PATCH] Fix transposed characters (c-t). --- v7/src/edwin/edwin.pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index fea56b43f..17836d466 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.116 1993/02/25 02:54:50 gjr Exp $ +$Id: edwin.pkg,v 1.117 1993/02/25 03:26:20 gjr Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -834,7 +834,7 @@ MIT in each case. |# (file-case os-type ((dos) "doscom" "dosshell")) (parent (edwin))) -#| +|# ;;;; This is the variant used under Unix/X -- 2.25.1