Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Wed, 24 Sep 2003 04:47:57 +0000 (04:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Sep 2003 04:47:57 +0000 (04:47 +0000)
v7/src/edwin/fileio.scm

index b58ae6a97c22711de774965c68ef1b09a7d227f6..4fd6975994ac051d6b6aa29a80ea33d2513e504e 100644 (file)
@@ -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?)
 \f
 ;;;; Local Variable Initialization