projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26202c
)
Add mode for .rdf files.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2006 21:05:52 +0000
(21:05 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2006 21:05:52 +0000
(21:05 +0000)
v7/src/edwin/fileio.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/fileio.scm
b/v7/src/edwin/fileio.scm
index 7fac8ac0b70f6d8e7e8d3a821b8a1ea640da71bd..f5c5b541ae079ca50125c88e59cb45cec47b0abb 100644
(file)
--- a/
v7/src/edwin/fileio.scm
+++ b/
v7/src/edwin/fileio.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: fileio.scm,v 1.16
6 2005/06/10 01:51:23
cph Exp $
+$Id: fileio.scm,v 1.16
7 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)