Add bindings for XHTML.
authorChris Hanson <org/chris-hanson/cph>
Sat, 12 Jul 2003 04:20:34 +0000 (04:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 12 Jul 2003 04:20:34 +0000 (04:20 +0000)
v7/src/edwin/dosfile.scm
v7/src/edwin/unix.scm

index 0cd0ec0731b18bd64206a6bd8dc50a4b47fa5e43..bf7c3ba4d349da8fc957f43e0b720a9f5c79a816 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: dosfile.scm,v 1.41 2003/02/14 18:28:11 cph Exp $
+$Id: dosfile.scm,v 1.42 2003/07/12 04:20:34 cph Exp $
 
-Copyright 1994-2000, 2002 Massachusetts Institute of Technology
+Copyright 1995,1996,1999,2000,2002,2003 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -446,6 +446,8 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'."
      ("text" . text)
      ("txi" . texinfo)
      ("txt" . text)
+     ("xht" . html)
+     ("xhtml" . html)
      ("xml" . html)
      ("y" . c))))
 
index 86e39834cd0fdd6c40b36a069c42c2c2d9df62ed..b017c81a8f9f0d86bf728effbb3c5d3b52629f11 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: unix.scm,v 1.114 2003/04/25 20:33:51 cph Exp $
+$Id: unix.scm,v 1.115 2003/07/12 04:19:11 cph Exp $
 
 Copyright 1989,1991,1992,1993,1994,1995 Massachusetts Institute of Technology
 Copyright 1996,1997,1999,2000,2002,2003 Massachusetts Institute of Technology
@@ -331,6 +331,8 @@ Includes the new backup.  Must be > 0."
      ("texinfo" . texinfo)
      ("txi" . texinfo)
      ("txt" . text)
+     ("xht" . html)
+     ("xhtml" . html)
      ("xml" . html)
      ("y" . c))))