Add default modes for .inc and .xml files.
authorChris Hanson <org/chris-hanson/cph>
Sat, 26 Oct 2002 04:24:12 +0000 (04:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 26 Oct 2002 04:24:12 +0000 (04:24 +0000)
v7/src/edwin/dosfile.scm
v7/src/edwin/unix.scm

index aaca53fc0c6f20d4f3c84829301bac11a31a5f8a..b5d3dc39a7e86ad88891b25c0f927aa09328f7ba 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: dosfile.scm,v 1.37 2000/04/30 22:17:03 cph Exp $
+;;; $Id: dosfile.scm,v 1.38 2002/10/26 04:24:12 cph Exp $
 ;;;
-;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology
+;;; Copyright (c) 1994-2000, 2002 Massachusetts Institute of Technology
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
@@ -16,7 +16,8 @@
 ;;;
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+;;; 02111-1307, USA.
 
 ;;;; DOS-Syntax File Customizations
 
@@ -431,6 +432,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'."
      ("h" . c)
      ("htm" . html)
      ("html" . html)
+     ("inc" . php)
      ("java" . java)
      ("pas" . pascal)
      ("php" . php)
@@ -440,6 +442,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'."
      ("text" . text)
      ("txi" . texinfo)
      ("txt" . text)
+     ("xml" . html)
      ("y" . c))))
 
 (define (os/init-file-name)
index 1c6e9184ae8f6f888ec6360f40235f84f8e997bc..2b54e39070cf34de43ae189f4075b64f15b6b6bc 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: unix.scm,v 1.109 2000/07/28 15:15:35 cph Exp $
+;;; $Id: unix.scm,v 1.110 2002/10/26 04:24:00 cph Exp $
 ;;;
-;;; Copyright (c) 1989-2000 Massachusetts Institute of Technology
+;;; Copyright (c) 1989-2000, 2002 Massachusetts Institute of Technology
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
@@ -16,7 +16,8 @@
 ;;;
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+;;; 02111-1307, USA.
 
 ;;;; Unix Customizations for Edwin
 
@@ -313,6 +314,7 @@ Includes the new backup.  Must be > 0."
      ("h" . c)
      ("htm" . html)
      ("html" . html)
+     ("inc" . php)
      ("java" . java)
      ("pas" . pascal)
      ("php" . php)
@@ -322,6 +324,7 @@ Includes the new backup.  Must be > 0."
      ("text" . text)
      ("txi" . texinfo)
      ("txt" . text)
+     ("xml" . html)
      ("y" . c))))
 
 (define (os/init-file-name)