From: Chris Hanson Date: Wed, 24 Sep 2003 04:47:57 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~1796 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8cb007ae6343850319e7bf6f69ee4837c81c7885;p=mit-scheme.git Fix typo. --- 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