From 8cb007ae6343850319e7bf6f69ee4837c81c7885 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 24 Sep 2003 04:47:57 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/fileio.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/v7/src/edwin/fileio.scm b/v7/src/edwin/fileio.scm index b58ae6a97..4fd697599 100644 --- a/v7/src/edwin/fileio.scm +++ b/v7/src/edwin/fileio.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: fileio.scm,v 1.162 2003/09/24 01:57:48 cph Exp $ +$Id: fileio.scm,v 1.163 2003/09/24 04:47:57 cph Exp $ Copyright 1986,1989,1991,1992,1993,1994 Massachusetts Institute of Technology Copyright 1995,1997,1999,2000,2001,2002 Massachusetts Institute of Technology @@ -361,9 +361,7 @@ and the cdrs of which are major modes." ("xhtml" . html) ("xml" . html) ("xsl" . html) - ("y" . c) - ,@(os/file-type-to-major-mode))) - + ("y" . c))) string->mode-alist?) ;;;; Local Variable Initialization -- 2.25.1