From: Chris Hanson Date: Fri, 27 Jan 2006 21:05:52 +0000 (+0000) Subject: Add mode for .rdf files. X-Git-Tag: 20090517-FFI~1128 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=496eb8edfd051161479a5cee913e629817d7dc00;p=mit-scheme.git Add mode for .rdf files. --- diff --git a/v7/src/edwin/fileio.scm b/v7/src/edwin/fileio.scm index 7fac8ac0b..f5c5b541a 100644 --- a/v7/src/edwin/fileio.scm +++ b/v7/src/edwin/fileio.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: fileio.scm,v 1.166 2005/06/10 01:51:23 cph Exp $ +$Id: fileio.scm,v 1.167 2006/01/27 21:05:52 cph Exp $ Copyright 1986,1989,1991,1992,1993,1994 Massachusetts Institute of Technology Copyright 1995,1997,1999,2000,2001,2002 Massachusetts Institute of Technology @@ -341,6 +341,7 @@ and the cdrs of which are major modes." ("pas" . pascal) ("php" . php) ("php3" . php) + ("rdf" . html) ("s" . scheme) ("scm" . scheme) ("text" . text)