From: Chris Hanson Date: Sat, 12 Jul 2003 04:20:34 +0000 (+0000) Subject: Add bindings for XHTML. X-Git-Tag: 20090517-FFI~1876 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e0b3734f27fa9fdf075c4cc9dc7ca208c50c92bf;p=mit-scheme.git Add bindings for XHTML. --- diff --git a/v7/src/edwin/dosfile.scm b/v7/src/edwin/dosfile.scm index 0cd0ec073..bf7c3ba4d 100644 --- a/v7/src/edwin/dosfile.scm +++ b/v7/src/edwin/dosfile.scm @@ -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)))) diff --git a/v7/src/edwin/unix.scm b/v7/src/edwin/unix.scm index 86e39834c..b017c81a8 100644 --- a/v7/src/edwin/unix.scm +++ b/v7/src/edwin/unix.scm @@ -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))))